Shades of Dark Violet #980CBE
Tints of Dark Violet #980CBE
RGB
CMYK
RGB Variations
Color information
#980CBE (or 0x980CBE) is known color: Dark Violet. HEX triplet: 98, 0C and BE. RGB value is (152,12,190). Sum of RGB (Red+Green+Blue) = 152+12+190=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #980CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CBE is #67F341. Grayscale: #494949. Windows color (decimal): -6812482 or 12455064. OLE color: 12455064.
HSL color Cylindrical-coordinate representation of color #980CBE: hue angle of 287.19º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980CBE is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 12 | 190 | - |
| CMYK | 0.2 | 0.94 | 0 | 0.25 |
| HSL | 287.19º | 0.88% | 0.4% | - |
| HSV(B) | 287.19º | 0.94% | 0.75% | - |
| XYZ | 22.37 | 10.66 | 49.59 | - |
| YUV | 74.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 190 | 0.2 | 0.94 | 0 | 0.25 | 287.19 | 0.88 | 0.4 |
| Hex | 98 | C | BE | 14 | 5E | 0 | 19 | 11F | 58 | 28 |
| Octal | 230 | 14 | 276 | 24 | 136 | 0 | 31 | 437 | 130 | 50 |
| Binary | 10011000 | 1100 | 10111110 | 10100 | 1011110 | 0 | 11001 | 100011111 | 1011000 | 101000 |
Color Harmonies of #980CBE
Complementary color
Monochromatic Colors of #980CBE
Black with #980CBE
Text Example
Text Example
White with #980CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980CBE; }
p { color: rgb(152,12,190); }
H1.HeaderClassName
{
color: #980CBE;
}
.AnyTagClassName
{
color: #980CBE;
}
</style>
background-color css
<style>
a { background-color: #980CBE; }
a { background-color: rgb(152,12,190); }
div.DivClassName
{
background-color: #980CBE;
}
.BgClassName
{
background-color: #980CBE;
}
</style>
border-color css
<style>
span { border-color: #980CBE; }
span { border-color: rgb(152,12,190); }
td.TdClassName
{
border-color: #980CBE;
}
.TagClassName
{
border-color: #980CBE;
}
</style>