Shades of Dark Violet #920DCB
Tints of Dark Violet #920DCB
RGB
CMYK
RGB Variations
Color information
#920DCB (or 0x920DCB) is known color: Dark Violet. HEX triplet: 92, 0D and CB. RGB value is (146,13,203). Sum of RGB (Red+Green+Blue) = 146+13+203=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #920DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920DCB is #6DF234. Grayscale: #494949. Windows color (decimal): -7205429 or 13307282. OLE color: 13307282.
HSL color Cylindrical-coordinate representation of color #920DCB: hue angle of 282º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920DCB is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 13 | 203 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.20 |
| HSL | 282º | 0.88% | 0.42% | - |
| HSV(B) | 282º | 0.94% | 0.8% | - |
| XYZ | 22.78 | 10.71 | 57.37 | - |
| YUV | 74.43 | 200.56 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 203 | 0.28 | 0.94 | 0 | 0.20 | 282 | 0.88 | 0.42 |
| Hex | 92 | D | CB | 1C | 5E | 0 | 14 | 11A | 58 | 2A |
| Octal | 222 | 15 | 313 | 34 | 136 | 0 | 24 | 432 | 130 | 52 |
| Binary | 10010010 | 1101 | 11001011 | 11100 | 1011110 | 0 | 10100 | 100011010 | 1011000 | 101010 |
Color Harmonies of #920DCB
Complementary color
Monochromatic Colors of #920DCB
Black with #920DCB
Text Example
Text Example
White with #920DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920DCB; }
p { color: rgb(146,13,203); }
H1.HeaderClassName
{
color: #920DCB;
}
.AnyTagClassName
{
color: #920DCB;
}
</style>
background-color css
<style>
a { background-color: #920DCB; }
a { background-color: rgb(146,13,203); }
div.DivClassName
{
background-color: #920DCB;
}
.BgClassName
{
background-color: #920DCB;
}
</style>
border-color css
<style>
span { border-color: #920DCB; }
span { border-color: rgb(146,13,203); }
td.TdClassName
{
border-color: #920DCB;
}
.TagClassName
{
border-color: #920DCB;
}
</style>