Shades of Dark Orchid #953DC0
Tints of Dark Orchid #953DC0
RGB
CMYK
RGB Variations
Color information
#953DC0 (or 0x953DC0) is known color: Dark Orchid. HEX triplet: 95, 3D and C0. RGB value is (149,61,192). Sum of RGB (Red+Green+Blue) = 149+61+192=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #953DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DC0 is #6AC23F. Grayscale: #656565. Windows color (decimal): -6996544 or 12598677. OLE color: 12598677.
HSL color Cylindrical-coordinate representation of color #953DC0: hue angle of 280.31º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953DC0 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 61 | 192 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.25 |
| HSL | 280.31º | 0.52% | 0.5% | - |
| HSV(B) | 280.31º | 0.68% | 0.75% | - |
| XYZ | 23.58 | 13.53 | 51.24 | - |
| YUV | 102.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 192 | 0.22 | 0.68 | 0 | 0.25 | 280.31 | 0.52 | 0.5 |
| Hex | 95 | 3D | C0 | 16 | 44 | 0 | 19 | 118 | 34 | 32 |
| Octal | 225 | 75 | 300 | 26 | 104 | 0 | 31 | 430 | 64 | 62 |
| Binary | 10010101 | 111101 | 11000000 | 10110 | 1000100 | 0 | 11001 | 100011000 | 110100 | 110010 |
Color Harmonies of #953DC0
Complementary color
Monochromatic Colors of #953DC0
Black with #953DC0
Text Example
Text Example
White with #953DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DC0; }
p { color: rgb(149,61,192); }
H1.HeaderClassName
{
color: #953DC0;
}
.AnyTagClassName
{
color: #953DC0;
}
</style>
background-color css
<style>
a { background-color: #953DC0; }
a { background-color: rgb(149,61,192); }
div.DivClassName
{
background-color: #953DC0;
}
.BgClassName
{
background-color: #953DC0;
}
</style>
border-color css
<style>
span { border-color: #953DC0; }
span { border-color: rgb(149,61,192); }
td.TdClassName
{
border-color: #953DC0;
}
.TagClassName
{
border-color: #953DC0;
}
</style>