Shades of Dark Violet #980CB4
Tints of Dark Violet #980CB4
RGB
CMYK
RGB Variations
Color information
#980CB4 (or 0x980CB4) is known color: Dark Violet. HEX triplet: 98, 0C and B4. RGB value is (152,12,180). Sum of RGB (Red+Green+Blue) = 152+12+180=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #980CB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CB4 is #67F34B. Grayscale: #484848. Windows color (decimal): -6812492 or 11799704. OLE color: 11799704.
HSL color Cylindrical-coordinate representation of color #980CB4: hue angle of 290º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980CB4 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 12 | 180 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.29 |
| HSL | 290º | 0.88% | 0.38% | - |
| HSV(B) | 290º | 0.93% | 0.71% | - |
| XYZ | 21.32 | 10.23 | 44.03 | - |
| YUV | 73.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 180 | 0.16 | 0.93 | 0 | 0.29 | 290 | 0.88 | 0.38 |
| Hex | 98 | C | B4 | 10 | 5D | 0 | 1D | 122 | 58 | 26 |
| Octal | 230 | 14 | 264 | 20 | 135 | 0 | 35 | 442 | 130 | 46 |
| Binary | 10011000 | 1100 | 10110100 | 10000 | 1011101 | 0 | 11101 | 100100010 | 1011000 | 100110 |
Color Harmonies of #980CB4
Complementary color
Monochromatic Colors of #980CB4
Black with #980CB4
Text Example
Text Example
White with #980CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980CB4; }
p { color: rgb(152,12,180); }
H1.HeaderClassName
{
color: #980CB4;
}
.AnyTagClassName
{
color: #980CB4;
}
</style>
background-color css
<style>
a { background-color: #980CB4; }
a { background-color: rgb(152,12,180); }
div.DivClassName
{
background-color: #980CB4;
}
.BgClassName
{
background-color: #980CB4;
}
</style>
border-color css
<style>
span { border-color: #980CB4; }
span { border-color: rgb(152,12,180); }
td.TdClassName
{
border-color: #980CB4;
}
.TagClassName
{
border-color: #980CB4;
}
</style>