Shades of Blue Violet #9243DC
Tints of Blue Violet #9243DC
RGB
CMYK
RGB Variations
Color information
#9243DC (or 0x9243DC) is known color: Blue Violet. HEX triplet: 92, 43 and DC. RGB value is (146,67,220). Sum of RGB (Red+Green+Blue) = 146+67+220=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #9243DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9243DC is #6DBC23. Grayscale: #6B6B6B. Windows color (decimal): -7191588 or 14435218. OLE color: 14435218.
HSL color Cylindrical-coordinate representation of color #9243DC: hue angle of 270.98º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9243DC is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 67 | 220 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.14 |
| HSL | 270.98º | 0.69% | 0.56% | - |
| HSV(B) | 270.98º | 0.7% | 0.86% | - |
| XYZ | 26.78 | 15.29 | 69.25 | - |
| YUV | 108.06 | 191.17 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 67 | 220 | 0.34 | 0.70 | 0 | 0.14 | 270.98 | 0.69 | 0.56 |
| Hex | 92 | 43 | DC | 22 | 46 | 0 | E | 10F | 45 | 38 |
| Octal | 222 | 103 | 334 | 42 | 106 | 0 | 16 | 417 | 105 | 70 |
| Binary | 10010010 | 1000011 | 11011100 | 100010 | 1000110 | 0 | 1110 | 100001111 | 1000101 | 111000 |
Color Harmonies of #9243DC
Complementary color
Monochromatic Colors of #9243DC
Black with #9243DC
Text Example
Text Example
White with #9243DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9243DC; }
p { color: rgb(146,67,220); }
H1.HeaderClassName
{
color: #9243DC;
}
.AnyTagClassName
{
color: #9243DC;
}
</style>
background-color css
<style>
a { background-color: #9243DC; }
a { background-color: rgb(146,67,220); }
div.DivClassName
{
background-color: #9243DC;
}
.BgClassName
{
background-color: #9243DC;
}
</style>
border-color css
<style>
span { border-color: #9243DC; }
span { border-color: rgb(146,67,220); }
td.TdClassName
{
border-color: #9243DC;
}
.TagClassName
{
border-color: #9243DC;
}
</style>