Shades of Dark Orchid #953DBD
Tints of Dark Orchid #953DBD
RGB
CMYK
RGB Variations
Color information
#953DBD (or 0x953DBD) is known color: Dark Orchid. HEX triplet: 95, 3D and BD. RGB value is (149,61,189). Sum of RGB (Red+Green+Blue) = 149+61+189=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #953DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DBD is #6AC242. Grayscale: #656565. Windows color (decimal): -6996547 or 12402069. OLE color: 12402069.
HSL color Cylindrical-coordinate representation of color #953DBD: hue angle of 281.25º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953DBD is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 61 | 189 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.26 |
| HSL | 281.25º | 0.51% | 0.49% | - |
| HSV(B) | 281.25º | 0.68% | 0.74% | - |
| XYZ | 23.25 | 13.4 | 49.51 | - |
| YUV | 101.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 189 | 0.21 | 0.68 | 0 | 0.26 | 281.25 | 0.51 | 0.49 |
| Hex | 95 | 3D | BD | 15 | 44 | 0 | 1A | 119 | 33 | 31 |
| Octal | 225 | 75 | 275 | 25 | 104 | 0 | 32 | 431 | 63 | 61 |
| Binary | 10010101 | 111101 | 10111101 | 10101 | 1000100 | 0 | 11010 | 100011001 | 110011 | 110001 |
Color Harmonies of #953DBD
Complementary color
Monochromatic Colors of #953DBD
Black with #953DBD
Text Example
Text Example
White with #953DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DBD; }
p { color: rgb(149,61,189); }
H1.HeaderClassName
{
color: #953DBD;
}
.AnyTagClassName
{
color: #953DBD;
}
</style>
background-color css
<style>
a { background-color: #953DBD; }
a { background-color: rgb(149,61,189); }
div.DivClassName
{
background-color: #953DBD;
}
.BgClassName
{
background-color: #953DBD;
}
</style>
border-color css
<style>
span { border-color: #953DBD; }
span { border-color: rgb(149,61,189); }
td.TdClassName
{
border-color: #953DBD;
}
.TagClassName
{
border-color: #953DBD;
}
</style>