Shades of Dark Violet #910AF8
Tints of Dark Violet #910AF8
RGB
CMYK
RGB Variations
Color information
#910AF8 (or 0x910AF8) is known color: Dark Violet. HEX triplet: 91, 0A and F8. RGB value is (145,10,248). Sum of RGB (Red+Green+Blue) = 145+10+248=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 248 (97.27% from 255 or 61.54% from 403); Max value from RGB is 248 - color contains mainly: blue. Hex color #910AF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910AF8 is #6EF507. Grayscale: #4C4C4C. Windows color (decimal): -7271688 or 16255633. OLE color: 16255633.
HSL color Cylindrical-coordinate representation of color #910AF8: hue angle of 274.03º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910AF8 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 10 | 248 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.03 |
| HSL | 274.03º | 0.94% | 0.51% | - |
| HSV(B) | 274.03º | 0.96% | 0.97% | - |
| XYZ | 28.73 | 13.01 | 89.8 | - |
| YUV | 77.5 | 224.23 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 248 | 0.42 | 0.96 | 0 | 0.03 | 274.03 | 0.94 | 0.51 |
| Hex | 91 | A | F8 | 2A | 60 | 0 | 3 | 112 | 5E | 33 |
| Octal | 221 | 12 | 370 | 52 | 140 | 0 | 3 | 422 | 136 | 63 |
| Binary | 10010001 | 1010 | 11111000 | 101010 | 1100000 | 0 | 11 | 100010010 | 1011110 | 110011 |
Color Harmonies of #910AF8
Complementary color
Monochromatic Colors of #910AF8
Black with #910AF8
Text Example
Text Example
White with #910AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910AF8; }
p { color: rgb(145,10,248); }
H1.HeaderClassName
{
color: #910AF8;
}
.AnyTagClassName
{
color: #910AF8;
}
</style>
background-color css
<style>
a { background-color: #910AF8; }
a { background-color: rgb(145,10,248); }
div.DivClassName
{
background-color: #910AF8;
}
.BgClassName
{
background-color: #910AF8;
}
</style>
border-color css
<style>
span { border-color: #910AF8; }
span { border-color: rgb(145,10,248); }
td.TdClassName
{
border-color: #910AF8;
}
.TagClassName
{
border-color: #910AF8;
}
</style>