Shades of Blue Violet #9B42EE
Tints of Blue Violet #9B42EE
RGB
CMYK
RGB Variations
Color information
#9B42EE (or 0x9B42EE) is known color: Blue Violet. HEX triplet: 9B, 42 and EE. RGB value is (155,66,238). Sum of RGB (Red+Green+Blue) = 155+66+238=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B42EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B42EE is #64BD11. Grayscale: #6F6F6F. Windows color (decimal): -6602002 or 15614619. OLE color: 15614619.
HSL color Cylindrical-coordinate representation of color #9B42EE: hue angle of 271.05º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B42EE is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 66 | 238 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.07 |
| HSL | 271.05º | 0.83% | 0.6% | - |
| HSV(B) | 271.05º | 0.72% | 0.93% | - |
| XYZ | 30.9 | 17.04 | 82.55 | - |
| YUV | 112.22 | 198.99 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 238 | 0.35 | 0.72 | 0 | 0.07 | 271.05 | 0.83 | 0.6 |
| Hex | 9B | 42 | EE | 23 | 48 | 0 | 7 | 10F | 53 | 3C |
| Octal | 233 | 102 | 356 | 43 | 110 | 0 | 7 | 417 | 123 | 74 |
| Binary | 10011011 | 1000010 | 11101110 | 100011 | 1001000 | 0 | 111 | 100001111 | 1010011 | 111100 |
Color Harmonies of #9B42EE
Complementary color
Monochromatic Colors of #9B42EE
Black with #9B42EE
Text Example
Text Example
White with #9B42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B42EE; }
p { color: rgb(155,66,238); }
H1.HeaderClassName
{
color: #9B42EE;
}
.AnyTagClassName
{
color: #9B42EE;
}
</style>
background-color css
<style>
a { background-color: #9B42EE; }
a { background-color: rgb(155,66,238); }
div.DivClassName
{
background-color: #9B42EE;
}
.BgClassName
{
background-color: #9B42EE;
}
</style>
border-color css
<style>
span { border-color: #9B42EE; }
span { border-color: rgb(155,66,238); }
td.TdClassName
{
border-color: #9B42EE;
}
.TagClassName
{
border-color: #9B42EE;
}
</style>