Shades of Blue Violet #9238DA
Tints of Blue Violet #9238DA
RGB
CMYK
RGB Variations
Color information
#9238DA (or 0x9238DA) is known color: Blue Violet. HEX triplet: 92, 38 and DA. RGB value is (146,56,218). Sum of RGB (Red+Green+Blue) = 146+56+218=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #9238DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9238DA is #6DC725. Grayscale: #646464. Windows color (decimal): -7194406 or 14301330. OLE color: 14301330.
HSL color Cylindrical-coordinate representation of color #9238DA: hue angle of 273.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9238DA is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 56 | 218 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.15 |
| HSL | 273.33º | 0.69% | 0.54% | - |
| HSV(B) | 273.33º | 0.74% | 0.85% | - |
| XYZ | 25.92 | 14 | 67.67 | - |
| YUV | 101.38 | 193.82 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 218 | 0.33 | 0.74 | 0 | 0.15 | 273.33 | 0.69 | 0.54 |
| Hex | 92 | 38 | DA | 21 | 4A | 0 | F | 111 | 45 | 36 |
| Octal | 222 | 70 | 332 | 41 | 112 | 0 | 17 | 421 | 105 | 66 |
| Binary | 10010010 | 111000 | 11011010 | 100001 | 1001010 | 0 | 1111 | 100010001 | 1000101 | 110110 |
Color Harmonies of #9238DA
Complementary color
Monochromatic Colors of #9238DA
Black with #9238DA
Text Example
Text Example
White with #9238DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9238DA; }
p { color: rgb(146,56,218); }
H1.HeaderClassName
{
color: #9238DA;
}
.AnyTagClassName
{
color: #9238DA;
}
</style>
background-color css
<style>
a { background-color: #9238DA; }
a { background-color: rgb(146,56,218); }
div.DivClassName
{
background-color: #9238DA;
}
.BgClassName
{
background-color: #9238DA;
}
</style>
border-color css
<style>
span { border-color: #9238DA; }
span { border-color: rgb(146,56,218); }
td.TdClassName
{
border-color: #9238DA;
}
.TagClassName
{
border-color: #9238DA;
}
</style>