Shades of Blue Violet #9238E6
Tints of Blue Violet #9238E6
RGB
CMYK
RGB Variations
Color information
#9238E6 (or 0x9238E6) is known color: Blue Violet. HEX triplet: 92, 38 and E6. RGB value is (146,56,230). Sum of RGB (Red+Green+Blue) = 146+56+230=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #9238E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9238E6 is #6DC719. Grayscale: #666666. Windows color (decimal): -7194394 or 15087762. OLE color: 15087762.
HSL color Cylindrical-coordinate representation of color #9238E6: hue angle of 271.03º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9238E6 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 56 | 230 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.10 |
| HSL | 271.03º | 0.78% | 0.56% | - |
| HSV(B) | 271.03º | 0.76% | 0.9% | - |
| XYZ | 27.55 | 14.65 | 76.24 | - |
| YUV | 102.75 | 199.82 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 230 | 0.37 | 0.76 | 0 | 0.10 | 271.03 | 0.78 | 0.56 |
| Hex | 92 | 38 | E6 | 25 | 4C | 0 | A | 10F | 4E | 38 |
| Octal | 222 | 70 | 346 | 45 | 114 | 0 | 12 | 417 | 116 | 70 |
| Binary | 10010010 | 111000 | 11100110 | 100101 | 1001100 | 0 | 1010 | 100001111 | 1001110 | 111000 |
Color Harmonies of #9238E6
Complementary color
Monochromatic Colors of #9238E6
Black with #9238E6
Text Example
Text Example
White with #9238E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9238E6; }
p { color: rgb(146,56,230); }
H1.HeaderClassName
{
color: #9238E6;
}
.AnyTagClassName
{
color: #9238E6;
}
</style>
background-color css
<style>
a { background-color: #9238E6; }
a { background-color: rgb(146,56,230); }
div.DivClassName
{
background-color: #9238E6;
}
.BgClassName
{
background-color: #9238E6;
}
</style>
border-color css
<style>
span { border-color: #9238E6; }
span { border-color: rgb(146,56,230); }
td.TdClassName
{
border-color: #9238E6;
}
.TagClassName
{
border-color: #9238E6;
}
</style>