Shades of Light Slate Blue #9A55FF
Tints of Light Slate Blue #9A55FF
RGB
CMYK
RGB Variations
Color information
#9A55FF (or 0x9A55FF) is known color: Light Slate Blue. HEX triplet: 9A, 55 and FF. RGB value is (154,85,255). Sum of RGB (Red+Green+Blue) = 154+85+255=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A55FF is #65AA00. Grayscale: #7C7C7C. Windows color (decimal): -6662657 or 16733594. OLE color: 16733594.
HSL color Cylindrical-coordinate representation of color #9A55FF: hue angle of 264.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A55FF is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 85 | 255 | - |
| CMYK | 0.40 | 0.67 | 0 | 0 |
| HSL | 264.35º | 1% | 0.67% | - |
| HSV(B) | 264.35º | 0.67% | 1% | - |
| XYZ | 34.62 | 20.59 | 96.76 | - |
| YUV | 125.01 | 201.36 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 255 | 0.40 | 0.67 | 0 | 0 | 264.35 | 1 | 0.67 |
| Hex | 9A | 55 | FF | 28 | 43 | 0 | 0 | 108 | 64 | 43 |
| Octal | 232 | 125 | 377 | 50 | 103 | 0 | 0 | 410 | 144 | 103 |
| Binary | 10011010 | 1010101 | 11111111 | 101000 | 1000011 | 0 | 0 | 100001000 | 1100100 | 1000011 |
Color Harmonies of #9A55FF
Complementary color
Monochromatic Colors of #9A55FF
Black with #9A55FF
Text Example
Text Example
White with #9A55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A55FF; }
p { color: rgb(154,85,255); }
H1.HeaderClassName
{
color: #9A55FF;
}
.AnyTagClassName
{
color: #9A55FF;
}
</style>
background-color css
<style>
a { background-color: #9A55FF; }
a { background-color: rgb(154,85,255); }
div.DivClassName
{
background-color: #9A55FF;
}
.BgClassName
{
background-color: #9A55FF;
}
</style>
border-color css
<style>
span { border-color: #9A55FF; }
span { border-color: rgb(154,85,255); }
td.TdClassName
{
border-color: #9A55FF;
}
.TagClassName
{
border-color: #9A55FF;
}
</style>