Shades of Dark Orchid #953CC8
Tints of Dark Orchid #953CC8
RGB
CMYK
RGB Variations
Color information
#953CC8 (or 0x953CC8) is known color: Dark Orchid. HEX triplet: 95, 3C and C8. RGB value is (149,60,200). Sum of RGB (Red+Green+Blue) = 149+60+200=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #953CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CC8 is #6AC337. Grayscale: #666666. Windows color (decimal): -6996792 or 13122709. OLE color: 13122709.
HSL color Cylindrical-coordinate representation of color #953CC8: hue angle of 278.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953CC8 is Cyan = 0.26, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 60 | 200 | - |
| CMYK | 0.26 | 0.7 | 0 | 0.22 |
| HSL | 278.14º | 0.56% | 0.51% | - |
| HSV(B) | 278.14º | 0.7% | 0.78% | - |
| XYZ | 24.44 | 13.79 | 56.02 | - |
| YUV | 102.57 | 182.99 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 200 | 0.26 | 0.7 | 0 | 0.22 | 278.14 | 0.56 | 0.51 |
| Hex | 95 | 3C | C8 | 1A | 46 | 0 | 16 | 116 | 38 | 33 |
| Octal | 225 | 74 | 310 | 32 | 106 | 0 | 26 | 426 | 70 | 63 |
| Binary | 10010101 | 111100 | 11001000 | 11010 | 1000110 | 0 | 10110 | 100010110 | 111000 | 110011 |
Color Harmonies of #953CC8
Complementary color
Monochromatic Colors of #953CC8
Black with #953CC8
Text Example
Text Example
White with #953CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CC8; }
p { color: rgb(149,60,200); }
H1.HeaderClassName
{
color: #953CC8;
}
.AnyTagClassName
{
color: #953CC8;
}
</style>
background-color css
<style>
a { background-color: #953CC8; }
a { background-color: rgb(149,60,200); }
div.DivClassName
{
background-color: #953CC8;
}
.BgClassName
{
background-color: #953CC8;
}
</style>
border-color css
<style>
span { border-color: #953CC8; }
span { border-color: rgb(149,60,200); }
td.TdClassName
{
border-color: #953CC8;
}
.TagClassName
{
border-color: #953CC8;
}
</style>