Shades of Dark Orchid #952ACB
Tints of Dark Orchid #952ACB
RGB
CMYK
RGB Variations
Color information
#952ACB (or 0x952ACB) is known color: Dark Orchid. HEX triplet: 95, 2A and CB. RGB value is (149,42,203). Sum of RGB (Red+Green+Blue) = 149+42+203=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #952ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ACB is #6AD534. Grayscale: #5B5B5B. Windows color (decimal): -7001397 or 13314709. OLE color: 13314709.
HSL color Cylindrical-coordinate representation of color #952ACB: hue angle of 279.88º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952ACB is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 42 | 203 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.20 |
| HSL | 279.88º | 0.66% | 0.48% | - |
| HSV(B) | 279.88º | 0.79% | 0.8% | - |
| XYZ | 24 | 12.36 | 57.62 | - |
| YUV | 92.35 | 190.45 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 203 | 0.27 | 0.79 | 0 | 0.20 | 279.88 | 0.66 | 0.48 |
| Hex | 95 | 2A | CB | 1B | 4F | 0 | 14 | 118 | 42 | 30 |
| Octal | 225 | 52 | 313 | 33 | 117 | 0 | 24 | 430 | 102 | 60 |
| Binary | 10010101 | 101010 | 11001011 | 11011 | 1001111 | 0 | 10100 | 100011000 | 1000010 | 110000 |
Color Harmonies of #952ACB
Complementary color
Monochromatic Colors of #952ACB
Black with #952ACB
Text Example
Text Example
White with #952ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952ACB; }
p { color: rgb(149,42,203); }
H1.HeaderClassName
{
color: #952ACB;
}
.AnyTagClassName
{
color: #952ACB;
}
</style>
background-color css
<style>
a { background-color: #952ACB; }
a { background-color: rgb(149,42,203); }
div.DivClassName
{
background-color: #952ACB;
}
.BgClassName
{
background-color: #952ACB;
}
</style>
border-color css
<style>
span { border-color: #952ACB; }
span { border-color: rgb(149,42,203); }
td.TdClassName
{
border-color: #952ACB;
}
.TagClassName
{
border-color: #952ACB;
}
</style>