Shades of Dark Violet #920CCF
Tints of Dark Violet #920CCF
RGB
CMYK
RGB Variations
Color information
#920CCF (or 0x920CCF) is known color: Dark Violet. HEX triplet: 92, 0C and CF. RGB value is (146,12,207). Sum of RGB (Red+Green+Blue) = 146+12+207=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #920CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920CCF is #6DF330. Grayscale: #494949. Windows color (decimal): -7205681 or 13569170. OLE color: 13569170.
HSL color Cylindrical-coordinate representation of color #920CCF: hue angle of 281.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920CCF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 12 | 207 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.19 |
| HSL | 281.23º | 0.89% | 0.43% | - |
| HSV(B) | 281.23º | 0.94% | 0.81% | - |
| XYZ | 23.25 | 10.88 | 59.91 | - |
| YUV | 74.3 | 202.89 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 207 | 0.29 | 0.94 | 0 | 0.19 | 281.23 | 0.89 | 0.43 |
| Hex | 92 | C | CF | 1D | 5E | 0 | 13 | 119 | 59 | 2B |
| Octal | 222 | 14 | 317 | 35 | 136 | 0 | 23 | 431 | 131 | 53 |
| Binary | 10010010 | 1100 | 11001111 | 11101 | 1011110 | 0 | 10011 | 100011001 | 1011001 | 101011 |
Color Harmonies of #920CCF
Complementary color
Monochromatic Colors of #920CCF
Black with #920CCF
Text Example
Text Example
White with #920CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920CCF; }
p { color: rgb(146,12,207); }
H1.HeaderClassName
{
color: #920CCF;
}
.AnyTagClassName
{
color: #920CCF;
}
</style>
background-color css
<style>
a { background-color: #920CCF; }
a { background-color: rgb(146,12,207); }
div.DivClassName
{
background-color: #920CCF;
}
.BgClassName
{
background-color: #920CCF;
}
</style>
border-color css
<style>
span { border-color: #920CCF; }
span { border-color: rgb(146,12,207); }
td.TdClassName
{
border-color: #920CCF;
}
.TagClassName
{
border-color: #920CCF;
}
</style>