Shades of Dark Orchid #951FCE
Tints of Dark Orchid #951FCE
RGB
CMYK
RGB Variations
Color information
#951FCE (or 0x951FCE) is known color: Dark Orchid. HEX triplet: 95, 1F and CE. RGB value is (149,31,206). Sum of RGB (Red+Green+Blue) = 149+31+206=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #951FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FCE is #6AE031. Grayscale: #555555. Windows color (decimal): -7004210 or 13508501. OLE color: 13508501.
HSL color Cylindrical-coordinate representation of color #951FCE: hue angle of 280.46º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951FCE is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 31 | 206 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.19 |
| HSL | 280.46º | 0.74% | 0.46% | - |
| HSV(B) | 280.46º | 0.85% | 0.81% | - |
| XYZ | 24.02 | 11.83 | 59.41 | - |
| YUV | 86.23 | 195.59 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 206 | 0.28 | 0.85 | 0 | 0.19 | 280.46 | 0.74 | 0.46 |
| Hex | 95 | 1F | CE | 1C | 55 | 0 | 13 | 118 | 4A | 2E |
| Octal | 225 | 37 | 316 | 34 | 125 | 0 | 23 | 430 | 112 | 56 |
| Binary | 10010101 | 11111 | 11001110 | 11100 | 1010101 | 0 | 10011 | 100011000 | 1001010 | 101110 |
Color Harmonies of #951FCE
Complementary color
Monochromatic Colors of #951FCE
Black with #951FCE
Text Example
Text Example
White with #951FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FCE; }
p { color: rgb(149,31,206); }
H1.HeaderClassName
{
color: #951FCE;
}
.AnyTagClassName
{
color: #951FCE;
}
</style>
background-color css
<style>
a { background-color: #951FCE; }
a { background-color: rgb(149,31,206); }
div.DivClassName
{
background-color: #951FCE;
}
.BgClassName
{
background-color: #951FCE;
}
</style>
border-color css
<style>
span { border-color: #951FCE; }
span { border-color: rgb(149,31,206); }
td.TdClassName
{
border-color: #951FCE;
}
.TagClassName
{
border-color: #951FCE;
}
</style>