Shades of Dark Orchid #951FCC
Tints of Dark Orchid #951FCC
RGB
CMYK
RGB Variations
Color information
#951FCC (or 0x951FCC) is known color: Dark Orchid. HEX triplet: 95, 1F and CC. RGB value is (149,31,204). Sum of RGB (Red+Green+Blue) = 149+31+204=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #951FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FCC is #6AE033. Grayscale: #555555. Windows color (decimal): -7004212 or 13377429. OLE color: 13377429.
HSL color Cylindrical-coordinate representation of color #951FCC: hue angle of 280.92º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951FCC is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 31 | 204 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.2 |
| HSL | 280.92º | 0.74% | 0.46% | - |
| HSV(B) | 280.92º | 0.85% | 0.8% | - |
| XYZ | 23.78 | 11.73 | 58.14 | - |
| YUV | 86 | 194.59 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 204 | 0.27 | 0.85 | 0 | 0.2 | 280.92 | 0.74 | 0.46 |
| Hex | 95 | 1F | CC | 1B | 55 | 0 | 14 | 119 | 4A | 2E |
| Octal | 225 | 37 | 314 | 33 | 125 | 0 | 24 | 431 | 112 | 56 |
| Binary | 10010101 | 11111 | 11001100 | 11011 | 1010101 | 0 | 10100 | 100011001 | 1001010 | 101110 |
Color Harmonies of #951FCC
Complementary color
Monochromatic Colors of #951FCC
Black with #951FCC
Text Example
Text Example
White with #951FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FCC; }
p { color: rgb(149,31,204); }
H1.HeaderClassName
{
color: #951FCC;
}
.AnyTagClassName
{
color: #951FCC;
}
</style>
background-color css
<style>
a { background-color: #951FCC; }
a { background-color: rgb(149,31,204); }
div.DivClassName
{
background-color: #951FCC;
}
.BgClassName
{
background-color: #951FCC;
}
</style>
border-color css
<style>
span { border-color: #951FCC; }
span { border-color: rgb(149,31,204); }
td.TdClassName
{
border-color: #951FCC;
}
.TagClassName
{
border-color: #951FCC;
}
</style>