Shades of Dark Violet #910ACF
Tints of Dark Violet #910ACF
RGB
CMYK
RGB Variations
Color information
#910ACF (or 0x910ACF) is known color: Dark Violet. HEX triplet: 91, 0A and CF. RGB value is (145,10,207). Sum of RGB (Red+Green+Blue) = 145+10+207=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #910ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910ACF is #6EF530. Grayscale: #484848. Windows color (decimal): -7271729 or 13568657. OLE color: 13568657.
HSL color Cylindrical-coordinate representation of color #910ACF: hue angle of 281.12º 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 #910ACF is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 10 | 207 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.19 |
| HSL | 281.12º | 0.91% | 0.43% | - |
| HSV(B) | 281.12º | 0.95% | 0.81% | - |
| XYZ | 23.05 | 10.74 | 59.89 | - |
| YUV | 72.82 | 203.73 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 207 | 0.30 | 0.95 | 0 | 0.19 | 281.12 | 0.91 | 0.43 |
| Hex | 91 | A | CF | 1E | 5F | 0 | 13 | 119 | 5B | 2B |
| Octal | 221 | 12 | 317 | 36 | 137 | 0 | 23 | 431 | 133 | 53 |
| Binary | 10010001 | 1010 | 11001111 | 11110 | 1011111 | 0 | 10011 | 100011001 | 1011011 | 101011 |
Color Harmonies of #910ACF
Complementary color
Monochromatic Colors of #910ACF
Black with #910ACF
Text Example
Text Example
White with #910ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910ACF; }
p { color: rgb(145,10,207); }
H1.HeaderClassName
{
color: #910ACF;
}
.AnyTagClassName
{
color: #910ACF;
}
</style>
background-color css
<style>
a { background-color: #910ACF; }
a { background-color: rgb(145,10,207); }
div.DivClassName
{
background-color: #910ACF;
}
.BgClassName
{
background-color: #910ACF;
}
</style>
border-color css
<style>
span { border-color: #910ACF; }
span { border-color: rgb(145,10,207); }
td.TdClassName
{
border-color: #910ACF;
}
.TagClassName
{
border-color: #910ACF;
}
</style>