Shades of Light Slate Blue #9A71FC
Tints of Light Slate Blue #9A71FC
RGB
CMYK
RGB Variations
Color information
#9A71FC (or 0x9A71FC) is known color: Light Slate Blue. HEX triplet: 9A, 71 and FC. RGB value is (154,113,252). Sum of RGB (Red+Green+Blue) = 154+113+252=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A71FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A71FC is #658E03. Grayscale: #8C8C8C. Windows color (decimal): -6655492 or 16544154. OLE color: 16544154.
HSL color Cylindrical-coordinate representation of color #9A71FC: hue angle of 257.7º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A71FC is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 113 | 252 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.01 |
| HSL | 257.7º | 0.96% | 0.72% | - |
| HSV(B) | 257.7º | 0.55% | 0.99% | - |
| XYZ | 36.8 | 25.71 | 95.12 | - |
| YUV | 141.11 | 190.58 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 252 | 0.39 | 0.55 | 0 | 0.01 | 257.7 | 0.96 | 0.72 |
| Hex | 9A | 71 | FC | 27 | 37 | 0 | 1 | 102 | 60 | 48 |
| Octal | 232 | 161 | 374 | 47 | 67 | 0 | 1 | 402 | 140 | 110 |
| Binary | 10011010 | 1110001 | 11111100 | 100111 | 110111 | 0 | 1 | 100000010 | 1100000 | 1001000 |
Color Harmonies of #9A71FC
Complementary color
Monochromatic Colors of #9A71FC
Black with #9A71FC
Text Example
Text Example
White with #9A71FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A71FC; }
p { color: rgb(154,113,252); }
H1.HeaderClassName
{
color: #9A71FC;
}
.AnyTagClassName
{
color: #9A71FC;
}
</style>
background-color css
<style>
a { background-color: #9A71FC; }
a { background-color: rgb(154,113,252); }
div.DivClassName
{
background-color: #9A71FC;
}
.BgClassName
{
background-color: #9A71FC;
}
</style>
border-color css
<style>
span { border-color: #9A71FC; }
span { border-color: rgb(154,113,252); }
td.TdClassName
{
border-color: #9A71FC;
}
.TagClassName
{
border-color: #9A71FC;
}
</style>