Shades of Dark Orchid #953CDA
Tints of Dark Orchid #953CDA
RGB
CMYK
RGB Variations
Color information
#953CDA (or 0x953CDA) is known color: Dark Orchid. HEX triplet: 95, 3C and DA. RGB value is (149,60,218). Sum of RGB (Red+Green+Blue) = 149+60+218=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #953CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CDA is #6AC325. Grayscale: #686868. Windows color (decimal): -6996774 or 14302357. OLE color: 14302357.
HSL color Cylindrical-coordinate representation of color #953CDA: hue angle of 273.8º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953CDA is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 60 | 218 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.15 |
| HSL | 273.8º | 0.68% | 0.55% | - |
| HSV(B) | 273.8º | 0.72% | 0.85% | - |
| XYZ | 26.67 | 14.68 | 67.76 | - |
| YUV | 104.62 | 191.99 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 218 | 0.32 | 0.72 | 0 | 0.15 | 273.8 | 0.68 | 0.55 |
| Hex | 95 | 3C | DA | 20 | 48 | 0 | F | 112 | 44 | 37 |
| Octal | 225 | 74 | 332 | 40 | 110 | 0 | 17 | 422 | 104 | 67 |
| Binary | 10010101 | 111100 | 11011010 | 100000 | 1001000 | 0 | 1111 | 100010010 | 1000100 | 110111 |
Color Harmonies of #953CDA
Complementary color
Monochromatic Colors of #953CDA
Black with #953CDA
Text Example
Text Example
White with #953CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CDA; }
p { color: rgb(149,60,218); }
H1.HeaderClassName
{
color: #953CDA;
}
.AnyTagClassName
{
color: #953CDA;
}
</style>
background-color css
<style>
a { background-color: #953CDA; }
a { background-color: rgb(149,60,218); }
div.DivClassName
{
background-color: #953CDA;
}
.BgClassName
{
background-color: #953CDA;
}
</style>
border-color css
<style>
span { border-color: #953CDA; }
span { border-color: rgb(149,60,218); }
td.TdClassName
{
border-color: #953CDA;
}
.TagClassName
{
border-color: #953CDA;
}
</style>