Shades of Blue Violet #9232EF
Tints of Blue Violet #9232EF
RGB
CMYK
RGB Variations
Color information
#9232EF (or 0x9232EF) is known color: Blue Violet. HEX triplet: 92, 32 and EF. RGB value is (146,50,239). Sum of RGB (Red+Green+Blue) = 146+50+239=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #9232EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9232EF is #6DCD10. Grayscale: #636363. Windows color (decimal): -7195921 or 15676050. OLE color: 15676050.
HSL color Cylindrical-coordinate representation of color #9232EF: hue angle of 270.48º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9232EF is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 50 | 239 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.06 |
| HSL | 270.48º | 0.86% | 0.57% | - |
| HSV(B) | 270.48º | 0.79% | 0.94% | - |
| XYZ | 28.57 | 14.62 | 82.98 | - |
| YUV | 100.25 | 206.3 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 239 | 0.39 | 0.79 | 0 | 0.06 | 270.48 | 0.86 | 0.57 |
| Hex | 92 | 32 | EF | 27 | 4F | 0 | 6 | 10E | 56 | 39 |
| Octal | 222 | 62 | 357 | 47 | 117 | 0 | 6 | 416 | 126 | 71 |
| Binary | 10010010 | 110010 | 11101111 | 100111 | 1001111 | 0 | 110 | 100001110 | 1010110 | 111001 |
Color Harmonies of #9232EF
Complementary color
Monochromatic Colors of #9232EF
Black with #9232EF
Text Example
Text Example
White with #9232EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9232EF; }
p { color: rgb(146,50,239); }
H1.HeaderClassName
{
color: #9232EF;
}
.AnyTagClassName
{
color: #9232EF;
}
</style>
background-color css
<style>
a { background-color: #9232EF; }
a { background-color: rgb(146,50,239); }
div.DivClassName
{
background-color: #9232EF;
}
.BgClassName
{
background-color: #9232EF;
}
</style>
border-color css
<style>
span { border-color: #9232EF; }
span { border-color: rgb(146,50,239); }
td.TdClassName
{
border-color: #9232EF;
}
.TagClassName
{
border-color: #9232EF;
}
</style>