Shades of Blue Violet #9238DF
Tints of Blue Violet #9238DF
RGB
CMYK
RGB Variations
Color information
#9238DF (or 0x9238DF) is known color: Blue Violet. HEX triplet: 92, 38 and DF. RGB value is (146,56,223). Sum of RGB (Red+Green+Blue) = 146+56+223=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #9238DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9238DF is #6DC720. Grayscale: #656565. Windows color (decimal): -7194401 or 14629010. OLE color: 14629010.
HSL color Cylindrical-coordinate representation of color #9238DF: hue angle of 272.34º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9238DF is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 56 | 223 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.13 |
| HSL | 272.34º | 0.72% | 0.55% | - |
| HSV(B) | 272.34º | 0.75% | 0.87% | - |
| XYZ | 26.59 | 14.27 | 71.16 | - |
| YUV | 101.95 | 196.32 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 223 | 0.35 | 0.75 | 0 | 0.13 | 272.34 | 0.72 | 0.55 |
| Hex | 92 | 38 | DF | 23 | 4B | 0 | D | 110 | 48 | 37 |
| Octal | 222 | 70 | 337 | 43 | 113 | 0 | 15 | 420 | 110 | 67 |
| Binary | 10010010 | 111000 | 11011111 | 100011 | 1001011 | 0 | 1101 | 100010000 | 1001000 | 110111 |
Color Harmonies of #9238DF
Complementary color
Monochromatic Colors of #9238DF
Black with #9238DF
Text Example
Text Example
White with #9238DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9238DF; }
p { color: rgb(146,56,223); }
H1.HeaderClassName
{
color: #9238DF;
}
.AnyTagClassName
{
color: #9238DF;
}
</style>
background-color css
<style>
a { background-color: #9238DF; }
a { background-color: rgb(146,56,223); }
div.DivClassName
{
background-color: #9238DF;
}
.BgClassName
{
background-color: #9238DF;
}
</style>
border-color css
<style>
span { border-color: #9238DF; }
span { border-color: rgb(146,56,223); }
td.TdClassName
{
border-color: #9238DF;
}
.TagClassName
{
border-color: #9238DF;
}
</style>