Shades of Dark Orchid #952BAC
Tints of Dark Orchid #952BAC
RGB
CMYK
RGB Variations
Color information
#952BAC (or 0x952BAC) is known color: Dark Orchid. HEX triplet: 95, 2B and AC. RGB value is (149,43,172). Sum of RGB (Red+Green+Blue) = 149+43+172=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #952BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952BAC is #6AD453. Grayscale: #585858. Windows color (decimal): -7001172 or 11283349. OLE color: 11283349.
HSL color Cylindrical-coordinate representation of color #952BAC: hue angle of 289.3º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952BAC is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 43 | 172 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.33 |
| HSL | 289.3º | 0.6% | 0.42% | - |
| HSV(B) | 289.3º | 0.75% | 0.67% | - |
| XYZ | 20.7 | 11.1 | 40.08 | - |
| YUV | 89.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 172 | 0.13 | 0.75 | 0 | 0.33 | 289.3 | 0.6 | 0.42 |
| Hex | 95 | 2B | AC | D | 4B | 0 | 21 | 121 | 3C | 2A |
| Octal | 225 | 53 | 254 | 15 | 113 | 0 | 41 | 441 | 74 | 52 |
| Binary | 10010101 | 101011 | 10101100 | 1101 | 1001011 | 0 | 100001 | 100100001 | 111100 | 101010 |
Color Harmonies of #952BAC
Complementary color
Monochromatic Colors of #952BAC
Black with #952BAC
Text Example
Text Example
White with #952BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BAC; }
p { color: rgb(149,43,172); }
H1.HeaderClassName
{
color: #952BAC;
}
.AnyTagClassName
{
color: #952BAC;
}
</style>
background-color css
<style>
a { background-color: #952BAC; }
a { background-color: rgb(149,43,172); }
div.DivClassName
{
background-color: #952BAC;
}
.BgClassName
{
background-color: #952BAC;
}
</style>
border-color css
<style>
span { border-color: #952BAC; }
span { border-color: rgb(149,43,172); }
td.TdClassName
{
border-color: #952BAC;
}
.TagClassName
{
border-color: #952BAC;
}
</style>