Shades of Dark Violet #910AF1
Tints of Dark Violet #910AF1
RGB
CMYK
RGB Variations
Color information
#910AF1 (or 0x910AF1) is known color: Dark Violet. HEX triplet: 91, 0A and F1. RGB value is (145,10,241). Sum of RGB (Red+Green+Blue) = 145+10+241=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #910AF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910AF1 is #6EF50E. Grayscale: #4B4B4B. Windows color (decimal): -7271695 or 15796881. OLE color: 15796881.
HSL color Cylindrical-coordinate representation of color #910AF1: hue angle of 275.06º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910AF1 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 10 | 241 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.05 |
| HSL | 275.06º | 0.92% | 0.49% | - |
| HSV(B) | 275.06º | 0.96% | 0.95% | - |
| XYZ | 27.66 | 12.59 | 84.19 | - |
| YUV | 76.7 | 220.73 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 241 | 0.40 | 0.96 | 0 | 0.05 | 275.06 | 0.92 | 0.49 |
| Hex | 91 | A | F1 | 28 | 60 | 0 | 5 | 113 | 5C | 31 |
| Octal | 221 | 12 | 361 | 50 | 140 | 0 | 5 | 423 | 134 | 61 |
| Binary | 10010001 | 1010 | 11110001 | 101000 | 1100000 | 0 | 101 | 100010011 | 1011100 | 110001 |
Color Harmonies of #910AF1
Complementary color
Monochromatic Colors of #910AF1
Black with #910AF1
Text Example
Text Example
White with #910AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910AF1; }
p { color: rgb(145,10,241); }
H1.HeaderClassName
{
color: #910AF1;
}
.AnyTagClassName
{
color: #910AF1;
}
</style>
background-color css
<style>
a { background-color: #910AF1; }
a { background-color: rgb(145,10,241); }
div.DivClassName
{
background-color: #910AF1;
}
.BgClassName
{
background-color: #910AF1;
}
</style>
border-color css
<style>
span { border-color: #910AF1; }
span { border-color: rgb(145,10,241); }
td.TdClassName
{
border-color: #910AF1;
}
.TagClassName
{
border-color: #910AF1;
}
</style>