Shades of Blue Violet #9B42EF
Tints of Blue Violet #9B42EF
RGB
CMYK
RGB Variations
Color information
#9B42EF (or 0x9B42EF) is known color: Blue Violet. HEX triplet: 9B, 42 and EF. RGB value is (155,66,239). Sum of RGB (Red+Green+Blue) = 155+66+239=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B42EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B42EF is #64BD10. Grayscale: #6F6F6F. Windows color (decimal): -6602001 or 15680155. OLE color: 15680155.
HSL color Cylindrical-coordinate representation of color #9B42EF: hue angle of 270.87º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B42EF is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 66 | 239 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.06 |
| HSL | 270.87º | 0.84% | 0.6% | - |
| HSV(B) | 270.87º | 0.72% | 0.94% | - |
| XYZ | 31.05 | 17.1 | 83.33 | - |
| YUV | 112.33 | 199.49 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 239 | 0.35 | 0.72 | 0 | 0.06 | 270.87 | 0.84 | 0.6 |
| Hex | 9B | 42 | EF | 23 | 48 | 0 | 6 | 10F | 54 | 3C |
| Octal | 233 | 102 | 357 | 43 | 110 | 0 | 6 | 417 | 124 | 74 |
| Binary | 10011011 | 1000010 | 11101111 | 100011 | 1001000 | 0 | 110 | 100001111 | 1010100 | 111100 |
Color Harmonies of #9B42EF
Complementary color
Monochromatic Colors of #9B42EF
Black with #9B42EF
Text Example
Text Example
White with #9B42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B42EF; }
p { color: rgb(155,66,239); }
H1.HeaderClassName
{
color: #9B42EF;
}
.AnyTagClassName
{
color: #9B42EF;
}
</style>
background-color css
<style>
a { background-color: #9B42EF; }
a { background-color: rgb(155,66,239); }
div.DivClassName
{
background-color: #9B42EF;
}
.BgClassName
{
background-color: #9B42EF;
}
</style>
border-color css
<style>
span { border-color: #9B42EF; }
span { border-color: rgb(155,66,239); }
td.TdClassName
{
border-color: #9B42EF;
}
.TagClassName
{
border-color: #9B42EF;
}
</style>