Shades of Light Slate Blue #9C54FF
Tints of Light Slate Blue #9C54FF
RGB
CMYK
RGB Variations
Color information
#9C54FF (or 0x9C54FF) is known color: Light Slate Blue. HEX triplet: 9C, 54 and FF. RGB value is (156,84,255). Sum of RGB (Red+Green+Blue) = 156+84+255=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C54FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C54FF is #63AB00. Grayscale: #7C7C7C. Windows color (decimal): -6531841 or 16733340. OLE color: 16733340.
HSL color Cylindrical-coordinate representation of color #9C54FF: hue angle of 265.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C54FF is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 84 | 255 | - |
| CMYK | 0.39 | 0.67 | 0 | 0 |
| HSL | 265.26º | 1% | 0.66% | - |
| HSV(B) | 265.26º | 0.67% | 1% | - |
| XYZ | 34.93 | 20.63 | 96.75 | - |
| YUV | 125.02 | 201.35 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 255 | 0.39 | 0.67 | 0 | 0 | 265.26 | 1 | 0.66 |
| Hex | 9C | 54 | FF | 27 | 43 | 0 | 0 | 109 | 64 | 42 |
| Octal | 234 | 124 | 377 | 47 | 103 | 0 | 0 | 411 | 144 | 102 |
| Binary | 10011100 | 1010100 | 11111111 | 100111 | 1000011 | 0 | 0 | 100001001 | 1100100 | 1000010 |
Color Harmonies of #9C54FF
Complementary color
Monochromatic Colors of #9C54FF
Black with #9C54FF
Text Example
Text Example
White with #9C54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C54FF; }
p { color: rgb(156,84,255); }
H1.HeaderClassName
{
color: #9C54FF;
}
.AnyTagClassName
{
color: #9C54FF;
}
</style>
background-color css
<style>
a { background-color: #9C54FF; }
a { background-color: rgb(156,84,255); }
div.DivClassName
{
background-color: #9C54FF;
}
.BgClassName
{
background-color: #9C54FF;
}
</style>
border-color css
<style>
span { border-color: #9C54FF; }
span { border-color: rgb(156,84,255); }
td.TdClassName
{
border-color: #9C54FF;
}
.TagClassName
{
border-color: #9C54FF;
}
</style>