Shades of Blue Violet #9B42FF
Tints of Blue Violet #9B42FF
RGB
CMYK
RGB Variations
Color information
#9B42FF (or 0x9B42FF) is known color: Blue Violet. HEX triplet: 9B, 42 and FF. RGB value is (155,66,255). Sum of RGB (Red+Green+Blue) = 155+66+255=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B42FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B42FF is #64BD00. Grayscale: #717171. Windows color (decimal): -6601985 or 16728731. OLE color: 16728731.
HSL color Cylindrical-coordinate representation of color #9B42FF: hue angle of 268.25º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B42FF is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 66 | 255 | - |
| CMYK | 0.39 | 0.74 | 0 | 0 |
| HSL | 268.25º | 1% | 0.63% | - |
| HSV(B) | 268.25º | 0.74% | 1% | - |
| XYZ | 33.52 | 18.08 | 96.33 | - |
| YUV | 114.16 | 207.49 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 255 | 0.39 | 0.74 | 0 | 0 | 268.25 | 1 | 0.63 |
| Hex | 9B | 42 | FF | 27 | 4A | 0 | 0 | 10C | 64 | 3F |
| Octal | 233 | 102 | 377 | 47 | 112 | 0 | 0 | 414 | 144 | 77 |
| Binary | 10011011 | 1000010 | 11111111 | 100111 | 1001010 | 0 | 0 | 100001100 | 1100100 | 111111 |
Color Harmonies of #9B42FF
Complementary color
Monochromatic Colors of #9B42FF
Black with #9B42FF
Text Example
Text Example
White with #9B42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B42FF; }
p { color: rgb(155,66,255); }
H1.HeaderClassName
{
color: #9B42FF;
}
.AnyTagClassName
{
color: #9B42FF;
}
</style>
background-color css
<style>
a { background-color: #9B42FF; }
a { background-color: rgb(155,66,255); }
div.DivClassName
{
background-color: #9B42FF;
}
.BgClassName
{
background-color: #9B42FF;
}
</style>
border-color css
<style>
span { border-color: #9B42FF; }
span { border-color: rgb(155,66,255); }
td.TdClassName
{
border-color: #9B42FF;
}
.TagClassName
{
border-color: #9B42FF;
}
</style>