Shades of Dark Orchid #953DBE
Tints of Dark Orchid #953DBE
RGB
CMYK
RGB Variations
Color information
#953DBE (or 0x953DBE) is known color: Dark Orchid. HEX triplet: 95, 3D and BE. RGB value is (149,61,190). Sum of RGB (Red+Green+Blue) = 149+61+190=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #953DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DBE is #6AC241. Grayscale: #656565. Windows color (decimal): -6996546 or 12467605. OLE color: 12467605.
HSL color Cylindrical-coordinate representation of color #953DBE: hue angle of 280.93º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953DBE is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 61 | 190 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.25 |
| HSL | 280.93º | 0.51% | 0.49% | - |
| HSV(B) | 280.93º | 0.68% | 0.75% | - |
| XYZ | 23.36 | 13.44 | 50.08 | - |
| YUV | 102.02 | 177.65 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 190 | 0.22 | 0.68 | 0 | 0.25 | 280.93 | 0.51 | 0.49 |
| Hex | 95 | 3D | BE | 16 | 44 | 0 | 19 | 119 | 33 | 31 |
| Octal | 225 | 75 | 276 | 26 | 104 | 0 | 31 | 431 | 63 | 61 |
| Binary | 10010101 | 111101 | 10111110 | 10110 | 1000100 | 0 | 11001 | 100011001 | 110011 | 110001 |
Color Harmonies of #953DBE
Complementary color
Monochromatic Colors of #953DBE
Black with #953DBE
Text Example
Text Example
White with #953DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DBE; }
p { color: rgb(149,61,190); }
H1.HeaderClassName
{
color: #953DBE;
}
.AnyTagClassName
{
color: #953DBE;
}
</style>
background-color css
<style>
a { background-color: #953DBE; }
a { background-color: rgb(149,61,190); }
div.DivClassName
{
background-color: #953DBE;
}
.BgClassName
{
background-color: #953DBE;
}
</style>
border-color css
<style>
span { border-color: #953DBE; }
span { border-color: rgb(149,61,190); }
td.TdClassName
{
border-color: #953DBE;
}
.TagClassName
{
border-color: #953DBE;
}
</style>