Shades of Dark Orchid #953CCC
Tints of Dark Orchid #953CCC
RGB
CMYK
RGB Variations
Color information
#953CCC (or 0x953CCC) is known color: Dark Orchid. HEX triplet: 95, 3C and CC. RGB value is (149,60,204). Sum of RGB (Red+Green+Blue) = 149+60+204=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #953CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CCC is #6AC333. Grayscale: #666666. Windows color (decimal): -6996788 or 13384853. OLE color: 13384853.
HSL color Cylindrical-coordinate representation of color #953CCC: hue angle of 277.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #953CCC is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 60 | 204 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.2 |
| HSL | 277.08º | 0.59% | 0.52% | - |
| HSV(B) | 277.08º | 0.71% | 0.8% | - |
| XYZ | 24.91 | 13.98 | 58.51 | - |
| YUV | 103.03 | 184.99 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 204 | 0.27 | 0.71 | 0 | 0.2 | 277.08 | 0.59 | 0.52 |
| Hex | 95 | 3C | CC | 1B | 47 | 0 | 14 | 115 | 3B | 34 |
| Octal | 225 | 74 | 314 | 33 | 107 | 0 | 24 | 425 | 73 | 64 |
| Binary | 10010101 | 111100 | 11001100 | 11011 | 1000111 | 0 | 10100 | 100010101 | 111011 | 110100 |
Color Harmonies of #953CCC
Complementary color
Monochromatic Colors of #953CCC
Black with #953CCC
Text Example
Text Example
White with #953CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CCC; }
p { color: rgb(149,60,204); }
H1.HeaderClassName
{
color: #953CCC;
}
.AnyTagClassName
{
color: #953CCC;
}
</style>
background-color css
<style>
a { background-color: #953CCC; }
a { background-color: rgb(149,60,204); }
div.DivClassName
{
background-color: #953CCC;
}
.BgClassName
{
background-color: #953CCC;
}
</style>
border-color css
<style>
span { border-color: #953CCC; }
span { border-color: rgb(149,60,204); }
td.TdClassName
{
border-color: #953CCC;
}
.TagClassName
{
border-color: #953CCC;
}
</style>