Shades of Dark Orchid #951FCF
Tints of Dark Orchid #951FCF
RGB
CMYK
RGB Variations
Color information
#951FCF (or 0x951FCF) is known color: Dark Orchid. HEX triplet: 95, 1F and CF. RGB value is (149,31,207). Sum of RGB (Red+Green+Blue) = 149+31+207=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #951FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FCF is #6AE030. Grayscale: #555555. Windows color (decimal): -7004209 or 13574037. OLE color: 13574037.
HSL color Cylindrical-coordinate representation of color #951FCF: hue angle of 280.23º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951FCF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 31 | 207 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.19 |
| HSL | 280.23º | 0.74% | 0.47% | - |
| HSV(B) | 280.23º | 0.85% | 0.81% | - |
| XYZ | 24.15 | 11.87 | 60.05 | - |
| YUV | 86.35 | 196.09 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 207 | 0.28 | 0.85 | 0 | 0.19 | 280.23 | 0.74 | 0.47 |
| Hex | 95 | 1F | CF | 1C | 55 | 0 | 13 | 118 | 4A | 2F |
| Octal | 225 | 37 | 317 | 34 | 125 | 0 | 23 | 430 | 112 | 57 |
| Binary | 10010101 | 11111 | 11001111 | 11100 | 1010101 | 0 | 10011 | 100011000 | 1001010 | 101111 |
Color Harmonies of #951FCF
Complementary color
Monochromatic Colors of #951FCF
Black with #951FCF
Text Example
Text Example
White with #951FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FCF; }
p { color: rgb(149,31,207); }
H1.HeaderClassName
{
color: #951FCF;
}
.AnyTagClassName
{
color: #951FCF;
}
</style>
background-color css
<style>
a { background-color: #951FCF; }
a { background-color: rgb(149,31,207); }
div.DivClassName
{
background-color: #951FCF;
}
.BgClassName
{
background-color: #951FCF;
}
</style>
border-color css
<style>
span { border-color: #951FCF; }
span { border-color: rgb(149,31,207); }
td.TdClassName
{
border-color: #951FCF;
}
.TagClassName
{
border-color: #951FCF;
}
</style>