Shades of Blue Violet #9433E4
Tints of Blue Violet #9433E4
RGB
CMYK
RGB Variations
Color information
#9433E4 (or 0x9433E4) is known color: Blue Violet. HEX triplet: 94, 33 and E4. RGB value is (148,51,228). Sum of RGB (Red+Green+Blue) = 148+51+228=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 228 (89.45% from 255 or 53.40% from 427); Max value from RGB is 228 - color contains mainly: blue. Hex color #9433E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9433E4 is #6BCC1B. Grayscale: #636363. Windows color (decimal): -7064604 or 14955412. OLE color: 14955412.
HSL color Cylindrical-coordinate representation of color #9433E4: hue angle of 272.88º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9433E4 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 51 | 228 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.11 |
| HSL | 272.88º | 0.77% | 0.55% | - |
| HSV(B) | 272.88º | 0.78% | 0.89% | - |
| XYZ | 27.4 | 14.26 | 74.71 | - |
| YUV | 100.18 | 200.14 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 228 | 0.35 | 0.78 | 0 | 0.11 | 272.88 | 0.77 | 0.55 |
| Hex | 94 | 33 | E4 | 23 | 4E | 0 | B | 111 | 4D | 37 |
| Octal | 224 | 63 | 344 | 43 | 116 | 0 | 13 | 421 | 115 | 67 |
| Binary | 10010100 | 110011 | 11100100 | 100011 | 1001110 | 0 | 1011 | 100010001 | 1001101 | 110111 |
Color Harmonies of #9433E4
Complementary color
Monochromatic Colors of #9433E4
Black with #9433E4
Text Example
Text Example
White with #9433E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9433E4; }
p { color: rgb(148,51,228); }
H1.HeaderClassName
{
color: #9433E4;
}
.AnyTagClassName
{
color: #9433E4;
}
</style>
background-color css
<style>
a { background-color: #9433E4; }
a { background-color: rgb(148,51,228); }
div.DivClassName
{
background-color: #9433E4;
}
.BgClassName
{
background-color: #9433E4;
}
</style>
border-color css
<style>
span { border-color: #9433E4; }
span { border-color: rgb(148,51,228); }
td.TdClassName
{
border-color: #9433E4;
}
.TagClassName
{
border-color: #9433E4;
}
</style>