Shades of Dark Orchid #952BB6
Tints of Dark Orchid #952BB6
RGB
CMYK
RGB Variations
Color information
#952BB6 (or 0x952BB6) is known color: Dark Orchid. HEX triplet: 95, 2B and B6. RGB value is (149,43,182). Sum of RGB (Red+Green+Blue) = 149+43+182=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #952BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BB6 is #6AD449. Grayscale: #5A5A5A. Windows color (decimal): -7001162 or 11938709. OLE color: 11938709.
HSL color Cylindrical-coordinate representation of color #952BB6: hue angle of 285.76º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952BB6 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 43 | 182 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.29 |
| HSL | 285.76º | 0.62% | 0.44% | - |
| HSV(B) | 285.76º | 0.76% | 0.71% | - |
| XYZ | 21.7 | 11.49 | 45.33 | - |
| YUV | 90.54 | 179.62 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 182 | 0.18 | 0.76 | 0 | 0.29 | 285.76 | 0.62 | 0.44 |
| Hex | 95 | 2B | B6 | 12 | 4C | 0 | 1D | 11E | 3E | 2C |
| Octal | 225 | 53 | 266 | 22 | 114 | 0 | 35 | 436 | 76 | 54 |
| Binary | 10010101 | 101011 | 10110110 | 10010 | 1001100 | 0 | 11101 | 100011110 | 111110 | 101100 |
Color Harmonies of #952BB6
Complementary color
Monochromatic Colors of #952BB6
Black with #952BB6
Text Example
Text Example
White with #952BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BB6; }
p { color: rgb(149,43,182); }
H1.HeaderClassName
{
color: #952BB6;
}
.AnyTagClassName
{
color: #952BB6;
}
</style>
background-color css
<style>
a { background-color: #952BB6; }
a { background-color: rgb(149,43,182); }
div.DivClassName
{
background-color: #952BB6;
}
.BgClassName
{
background-color: #952BB6;
}
</style>
border-color css
<style>
span { border-color: #952BB6; }
span { border-color: rgb(149,43,182); }
td.TdClassName
{
border-color: #952BB6;
}
.TagClassName
{
border-color: #952BB6;
}
</style>