Shades of Blue Violet #923CDC
Tints of Blue Violet #923CDC
RGB
CMYK
RGB Variations
Color information
#923CDC (or 0x923CDC) is known color: Blue Violet. HEX triplet: 92, 3C and DC. RGB value is (146,60,220). Sum of RGB (Red+Green+Blue) = 146+60+220=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #923CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923CDC is #6DC323. Grayscale: #676767. Windows color (decimal): -7193380 or 14433426. OLE color: 14433426.
HSL color Cylindrical-coordinate representation of color #923CDC: hue angle of 272.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #923CDC is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 60 | 220 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.14 |
| HSL | 272.25º | 0.7% | 0.55% | - |
| HSV(B) | 272.25º | 0.73% | 0.86% | - |
| XYZ | 26.39 | 14.51 | 69.12 | - |
| YUV | 103.95 | 193.49 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 220 | 0.34 | 0.73 | 0 | 0.14 | 272.25 | 0.7 | 0.55 |
| Hex | 92 | 3C | DC | 22 | 49 | 0 | E | 110 | 46 | 37 |
| Octal | 222 | 74 | 334 | 42 | 111 | 0 | 16 | 420 | 106 | 67 |
| Binary | 10010010 | 111100 | 11011100 | 100010 | 1001001 | 0 | 1110 | 100010000 | 1000110 | 110111 |
Color Harmonies of #923CDC
Complementary color
Monochromatic Colors of #923CDC
Black with #923CDC
Text Example
Text Example
White with #923CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923CDC; }
p { color: rgb(146,60,220); }
H1.HeaderClassName
{
color: #923CDC;
}
.AnyTagClassName
{
color: #923CDC;
}
</style>
background-color css
<style>
a { background-color: #923CDC; }
a { background-color: rgb(146,60,220); }
div.DivClassName
{
background-color: #923CDC;
}
.BgClassName
{
background-color: #923CDC;
}
</style>
border-color css
<style>
span { border-color: #923CDC; }
span { border-color: rgb(146,60,220); }
td.TdClassName
{
border-color: #923CDC;
}
.TagClassName
{
border-color: #923CDC;
}
</style>