Shades of Dark Orchid #951FAC
Tints of Dark Orchid #951FAC
RGB
CMYK
RGB Variations
Color information
#951FAC (or 0x951FAC) is known color: Dark Orchid. HEX triplet: 95, 1F and AC. RGB value is (149,31,172). Sum of RGB (Red+Green+Blue) = 149+31+172=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #951FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951FAC is #6AE053. Grayscale: #515151. Windows color (decimal): -7004244 or 11280277. OLE color: 11280277.
HSL color Cylindrical-coordinate representation of color #951FAC: hue angle of 290.21º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951FAC is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 31 | 172 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.33 |
| HSL | 290.21º | 0.69% | 0.4% | - |
| HSV(B) | 290.21º | 0.82% | 0.67% | - |
| XYZ | 20.33 | 10.35 | 39.96 | - |
| YUV | 82.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 172 | 0.13 | 0.82 | 0 | 0.33 | 290.21 | 0.69 | 0.4 |
| Hex | 95 | 1F | AC | D | 52 | 0 | 21 | 122 | 45 | 28 |
| Octal | 225 | 37 | 254 | 15 | 122 | 0 | 41 | 442 | 105 | 50 |
| Binary | 10010101 | 11111 | 10101100 | 1101 | 1010010 | 0 | 100001 | 100100010 | 1000101 | 101000 |
Color Harmonies of #951FAC
Complementary color
Monochromatic Colors of #951FAC
Black with #951FAC
Text Example
Text Example
White with #951FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FAC; }
p { color: rgb(149,31,172); }
H1.HeaderClassName
{
color: #951FAC;
}
.AnyTagClassName
{
color: #951FAC;
}
</style>
background-color css
<style>
a { background-color: #951FAC; }
a { background-color: rgb(149,31,172); }
div.DivClassName
{
background-color: #951FAC;
}
.BgClassName
{
background-color: #951FAC;
}
</style>
border-color css
<style>
span { border-color: #951FAC; }
span { border-color: rgb(149,31,172); }
td.TdClassName
{
border-color: #951FAC;
}
.TagClassName
{
border-color: #951FAC;
}
</style>