Shades of Blue Violet #9B24EA
Tints of Blue Violet #9B24EA
RGB
CMYK
RGB Variations
Color information
#9B24EA (or 0x9B24EA) is known color: Blue Violet. HEX triplet: 9B, 24 and EA. RGB value is (155,36,234). Sum of RGB (Red+Green+Blue) = 155+36+234=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B24EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B24EA is #64DB15. Grayscale: #5D5D5D. Windows color (decimal): -6609686 or 15344795. OLE color: 15344795.
HSL color Cylindrical-coordinate representation of color #9B24EA: hue angle of 276.06º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B24EA is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 36 | 234 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.08 |
| HSL | 276.06º | 0.83% | 0.53% | - |
| HSV(B) | 276.06º | 0.85% | 0.92% | - |
| XYZ | 29 | 14.17 | 79.05 | - |
| YUV | 94.15 | 206.92 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 234 | 0.34 | 0.85 | 0 | 0.08 | 276.06 | 0.83 | 0.53 |
| Hex | 9B | 24 | EA | 22 | 55 | 0 | 8 | 114 | 52 | 35 |
| Octal | 233 | 44 | 352 | 42 | 125 | 0 | 10 | 424 | 122 | 65 |
| Binary | 10011011 | 100100 | 11101010 | 100010 | 1010101 | 0 | 1000 | 100010100 | 1010010 | 110101 |
Color Harmonies of #9B24EA
Complementary color
Monochromatic Colors of #9B24EA
Black with #9B24EA
Text Example
Text Example
White with #9B24EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B24EA; }
p { color: rgb(155,36,234); }
H1.HeaderClassName
{
color: #9B24EA;
}
.AnyTagClassName
{
color: #9B24EA;
}
</style>
background-color css
<style>
a { background-color: #9B24EA; }
a { background-color: rgb(155,36,234); }
div.DivClassName
{
background-color: #9B24EA;
}
.BgClassName
{
background-color: #9B24EA;
}
</style>
border-color css
<style>
span { border-color: #9B24EA; }
span { border-color: rgb(155,36,234); }
td.TdClassName
{
border-color: #9B24EA;
}
.TagClassName
{
border-color: #9B24EA;
}
</style>