Shades of Dark Violet #980ACF
Tints of Dark Violet #980ACF
RGB
CMYK
RGB Variations
Color information
#980ACF (or 0x980ACF) is known color: Dark Violet. HEX triplet: 98, 0A and CF. RGB value is (152,10,207). Sum of RGB (Red+Green+Blue) = 152+10+207=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #980ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980ACF is #67F530. Grayscale: #4A4A4A. Windows color (decimal): -6812977 or 13568664. OLE color: 13568664.
HSL color Cylindrical-coordinate representation of color #980ACF: hue angle of 283.25º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980ACF is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 10 | 207 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.19 |
| HSL | 283.25º | 0.91% | 0.43% | - |
| HSV(B) | 283.25º | 0.95% | 0.81% | - |
| XYZ | 24.32 | 11.4 | 59.95 | - |
| YUV | 74.92 | 202.54 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 207 | 0.27 | 0.95 | 0 | 0.19 | 283.25 | 0.91 | 0.43 |
| Hex | 98 | A | CF | 1B | 5F | 0 | 13 | 11B | 5B | 2B |
| Octal | 230 | 12 | 317 | 33 | 137 | 0 | 23 | 433 | 133 | 53 |
| Binary | 10011000 | 1010 | 11001111 | 11011 | 1011111 | 0 | 10011 | 100011011 | 1011011 | 101011 |
Color Harmonies of #980ACF
Complementary color
Monochromatic Colors of #980ACF
Black with #980ACF
Text Example
Text Example
White with #980ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980ACF; }
p { color: rgb(152,10,207); }
H1.HeaderClassName
{
color: #980ACF;
}
.AnyTagClassName
{
color: #980ACF;
}
</style>
background-color css
<style>
a { background-color: #980ACF; }
a { background-color: rgb(152,10,207); }
div.DivClassName
{
background-color: #980ACF;
}
.BgClassName
{
background-color: #980ACF;
}
</style>
border-color css
<style>
span { border-color: #980ACF; }
span { border-color: rgb(152,10,207); }
td.TdClassName
{
border-color: #980ACF;
}
.TagClassName
{
border-color: #980ACF;
}
</style>