Shades of Light Slate Blue #9B52FF
Tints of Light Slate Blue #9B52FF
RGB
CMYK
RGB Variations
Color information
#9B52FF (or 0x9B52FF) is known color: Light Slate Blue. HEX triplet: 9B, 52 and FF. RGB value is (155,82,255). Sum of RGB (Red+Green+Blue) = 155+82+255=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B52FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B52FF is #64AD00. Grayscale: #7A7A7A. Windows color (decimal): -6597889 or 16732827. OLE color: 16732827.
HSL color Cylindrical-coordinate representation of color #9B52FF: hue angle of 265.32º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B52FF is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 82 | 255 | - |
| CMYK | 0.39 | 0.68 | 0 | 0 |
| HSL | 265.32º | 1% | 0.66% | - |
| HSV(B) | 265.32º | 0.68% | 1% | - |
| XYZ | 34.58 | 20.22 | 96.69 | - |
| YUV | 123.55 | 202.18 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 255 | 0.39 | 0.68 | 0 | 0 | 265.32 | 1 | 0.66 |
| Hex | 9B | 52 | FF | 27 | 44 | 0 | 0 | 109 | 64 | 42 |
| Octal | 233 | 122 | 377 | 47 | 104 | 0 | 0 | 411 | 144 | 102 |
| Binary | 10011011 | 1010010 | 11111111 | 100111 | 1000100 | 0 | 0 | 100001001 | 1100100 | 1000010 |
Color Harmonies of #9B52FF
Complementary color
Monochromatic Colors of #9B52FF
Black with #9B52FF
Text Example
Text Example
White with #9B52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B52FF; }
p { color: rgb(155,82,255); }
H1.HeaderClassName
{
color: #9B52FF;
}
.AnyTagClassName
{
color: #9B52FF;
}
</style>
background-color css
<style>
a { background-color: #9B52FF; }
a { background-color: rgb(155,82,255); }
div.DivClassName
{
background-color: #9B52FF;
}
.BgClassName
{
background-color: #9B52FF;
}
</style>
border-color css
<style>
span { border-color: #9B52FF; }
span { border-color: rgb(155,82,255); }
td.TdClassName
{
border-color: #9B52FF;
}
.TagClassName
{
border-color: #9B52FF;
}
</style>