Shades of Dark Violet #910CF0
Tints of Dark Violet #910CF0
RGB
CMYK
RGB Variations
Color information
#910CF0 (or 0x910CF0) is known color: Dark Violet. HEX triplet: 91, 0C and F0. RGB value is (145,12,240). Sum of RGB (Red+Green+Blue) = 145+12+240=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 240 (94.14% from 255 or 60.45% from 397); Max value from RGB is 240 - color contains mainly: blue. Hex color #910CF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910CF0 is #6EF30F. Grayscale: #4C4C4C. Windows color (decimal): -7271184 or 15731857. OLE color: 15731857.
HSL color Cylindrical-coordinate representation of color #910CF0: hue angle of 275º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910CF0 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 12 | 240 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.06 |
| HSL | 275º | 0.9% | 0.49% | - |
| HSV(B) | 275º | 0.95% | 0.94% | - |
| XYZ | 27.54 | 12.57 | 83.41 | - |
| YUV | 77.76 | 219.56 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 240 | 0.40 | 0.95 | 0 | 0.06 | 275 | 0.9 | 0.49 |
| Hex | 91 | C | F0 | 28 | 5F | 0 | 6 | 113 | 5A | 31 |
| Octal | 221 | 14 | 360 | 50 | 137 | 0 | 6 | 423 | 132 | 61 |
| Binary | 10010001 | 1100 | 11110000 | 101000 | 1011111 | 0 | 110 | 100010011 | 1011010 | 110001 |
Color Harmonies of #910CF0
Complementary color
Monochromatic Colors of #910CF0
Black with #910CF0
Text Example
Text Example
White with #910CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910CF0; }
p { color: rgb(145,12,240); }
H1.HeaderClassName
{
color: #910CF0;
}
.AnyTagClassName
{
color: #910CF0;
}
</style>
background-color css
<style>
a { background-color: #910CF0; }
a { background-color: rgb(145,12,240); }
div.DivClassName
{
background-color: #910CF0;
}
.BgClassName
{
background-color: #910CF0;
}
</style>
border-color css
<style>
span { border-color: #910CF0; }
span { border-color: rgb(145,12,240); }
td.TdClassName
{
border-color: #910CF0;
}
.TagClassName
{
border-color: #910CF0;
}
</style>