Shades of Blue Violet #9833ED
Tints of Blue Violet #9833ED
RGB
CMYK
RGB Variations
Color information
#9833ED (or 0x9833ED) is known color: Blue Violet. HEX triplet: 98, 33 and ED. RGB value is (152,51,237). Sum of RGB (Red+Green+Blue) = 152+51+237=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #9833ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9833ED is #67CC12. Grayscale: #656565. Windows color (decimal): -6802451 or 15545240. OLE color: 15545240.
HSL color Cylindrical-coordinate representation of color #9833ED: hue angle of 272.58º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9833ED is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 51 | 237 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.07 |
| HSL | 272.58º | 0.84% | 0.56% | - |
| HSV(B) | 272.58º | 0.78% | 0.93% | - |
| XYZ | 29.42 | 15.16 | 81.5 | - |
| YUV | 102.4 | 203.96 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 237 | 0.36 | 0.78 | 0 | 0.07 | 272.58 | 0.84 | 0.56 |
| Hex | 98 | 33 | ED | 24 | 4E | 0 | 7 | 111 | 54 | 38 |
| Octal | 230 | 63 | 355 | 44 | 116 | 0 | 7 | 421 | 124 | 70 |
| Binary | 10011000 | 110011 | 11101101 | 100100 | 1001110 | 0 | 111 | 100010001 | 1010100 | 111000 |
Color Harmonies of #9833ED
Complementary color
Monochromatic Colors of #9833ED
Black with #9833ED
Text Example
Text Example
White with #9833ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9833ED; }
p { color: rgb(152,51,237); }
H1.HeaderClassName
{
color: #9833ED;
}
.AnyTagClassName
{
color: #9833ED;
}
</style>
background-color css
<style>
a { background-color: #9833ED; }
a { background-color: rgb(152,51,237); }
div.DivClassName
{
background-color: #9833ED;
}
.BgClassName
{
background-color: #9833ED;
}
</style>
border-color css
<style>
span { border-color: #9833ED; }
span { border-color: rgb(152,51,237); }
td.TdClassName
{
border-color: #9833ED;
}
.TagClassName
{
border-color: #9833ED;
}
</style>