Shades of Dark Orchid #952BCC
Tints of Dark Orchid #952BCC
RGB
CMYK
RGB Variations
Color information
#952BCC (or 0x952BCC) is known color: Dark Orchid. HEX triplet: 95, 2B and CC. RGB value is (149,43,204). Sum of RGB (Red+Green+Blue) = 149+43+204=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #952BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BCC is #6AD433. Grayscale: #5C5C5C. Windows color (decimal): -7001140 or 13380501. OLE color: 13380501.
HSL color Cylindrical-coordinate representation of color #952BCC: hue angle of 279.5º degrees, saturation: 0.65, 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 #952BCC is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 43 | 204 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.2 |
| HSL | 279.5º | 0.65% | 0.48% | - |
| HSV(B) | 279.5º | 0.79% | 0.8% | - |
| XYZ | 24.16 | 12.48 | 58.26 | - |
| YUV | 93.05 | 190.62 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 204 | 0.27 | 0.79 | 0 | 0.2 | 279.5 | 0.65 | 0.48 |
| Hex | 95 | 2B | CC | 1B | 4F | 0 | 14 | 118 | 41 | 30 |
| Octal | 225 | 53 | 314 | 33 | 117 | 0 | 24 | 430 | 101 | 60 |
| Binary | 10010101 | 101011 | 11001100 | 11011 | 1001111 | 0 | 10100 | 100011000 | 1000001 | 110000 |
Color Harmonies of #952BCC
Complementary color
Monochromatic Colors of #952BCC
Black with #952BCC
Text Example
Text Example
White with #952BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BCC; }
p { color: rgb(149,43,204); }
H1.HeaderClassName
{
color: #952BCC;
}
.AnyTagClassName
{
color: #952BCC;
}
</style>
background-color css
<style>
a { background-color: #952BCC; }
a { background-color: rgb(149,43,204); }
div.DivClassName
{
background-color: #952BCC;
}
.BgClassName
{
background-color: #952BCC;
}
</style>
border-color css
<style>
span { border-color: #952BCC; }
span { border-color: rgb(149,43,204); }
td.TdClassName
{
border-color: #952BCC;
}
.TagClassName
{
border-color: #952BCC;
}
</style>