Shades of Blue Violet #9243DD
Tints of Blue Violet #9243DD
RGB
CMYK
RGB Variations
Color information
#9243DD (or 0x9243DD) is known color: Blue Violet. HEX triplet: 92, 43 and DD. RGB value is (146,67,221). Sum of RGB (Red+Green+Blue) = 146+67+221=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #9243DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9243DD is #6DBC22. Grayscale: #6B6B6B. Windows color (decimal): -7191587 or 14500754. OLE color: 14500754.
HSL color Cylindrical-coordinate representation of color #9243DD: hue angle of 270.78º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9243DD is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 67 | 221 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.13 |
| HSL | 270.78º | 0.69% | 0.56% | - |
| HSV(B) | 270.78º | 0.7% | 0.87% | - |
| XYZ | 26.91 | 15.35 | 69.95 | - |
| YUV | 108.18 | 191.67 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 67 | 221 | 0.34 | 0.70 | 0 | 0.13 | 270.78 | 0.69 | 0.56 |
| Hex | 92 | 43 | DD | 22 | 46 | 0 | D | 10F | 45 | 38 |
| Octal | 222 | 103 | 335 | 42 | 106 | 0 | 15 | 417 | 105 | 70 |
| Binary | 10010010 | 1000011 | 11011101 | 100010 | 1000110 | 0 | 1101 | 100001111 | 1000101 | 111000 |
Color Harmonies of #9243DD
Complementary color
Monochromatic Colors of #9243DD
Black with #9243DD
Text Example
Text Example
White with #9243DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9243DD; }
p { color: rgb(146,67,221); }
H1.HeaderClassName
{
color: #9243DD;
}
.AnyTagClassName
{
color: #9243DD;
}
</style>
background-color css
<style>
a { background-color: #9243DD; }
a { background-color: rgb(146,67,221); }
div.DivClassName
{
background-color: #9243DD;
}
.BgClassName
{
background-color: #9243DD;
}
</style>
border-color css
<style>
span { border-color: #9243DD; }
span { border-color: rgb(146,67,221); }
td.TdClassName
{
border-color: #9243DD;
}
.TagClassName
{
border-color: #9243DD;
}
</style>