Shades of Dark Orchid #953BBA
Tints of Dark Orchid #953BBA
RGB
CMYK
RGB Variations
Color information
#953BBA (or 0x953BBA) is known color: Dark Orchid. HEX triplet: 95, 3B and BA. RGB value is (149,59,186). Sum of RGB (Red+Green+Blue) = 149+59+186=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #953BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953BBA is #6AC445. Grayscale: #636363. Windows color (decimal): -6997062 or 12204949. OLE color: 12204949.
HSL color Cylindrical-coordinate representation of color #953BBA: hue angle of 282.52º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953BBA is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 59 | 186 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.27 |
| HSL | 282.52º | 0.52% | 0.48% | - |
| HSV(B) | 282.52º | 0.68% | 0.73% | - |
| XYZ | 22.82 | 13.06 | 47.77 | - |
| YUV | 100.39 | 176.32 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 186 | 0.20 | 0.68 | 0 | 0.27 | 282.52 | 0.52 | 0.48 |
| Hex | 95 | 3B | BA | 14 | 44 | 0 | 1B | 11B | 34 | 30 |
| Octal | 225 | 73 | 272 | 24 | 104 | 0 | 33 | 433 | 64 | 60 |
| Binary | 10010101 | 111011 | 10111010 | 10100 | 1000100 | 0 | 11011 | 100011011 | 110100 | 110000 |
Color Harmonies of #953BBA
Complementary color
Monochromatic Colors of #953BBA
Black with #953BBA
Text Example
Text Example
White with #953BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953BBA; }
p { color: rgb(149,59,186); }
H1.HeaderClassName
{
color: #953BBA;
}
.AnyTagClassName
{
color: #953BBA;
}
</style>
background-color css
<style>
a { background-color: #953BBA; }
a { background-color: rgb(149,59,186); }
div.DivClassName
{
background-color: #953BBA;
}
.BgClassName
{
background-color: #953BBA;
}
</style>
border-color css
<style>
span { border-color: #953BBA; }
span { border-color: rgb(149,59,186); }
td.TdClassName
{
border-color: #953BBA;
}
.TagClassName
{
border-color: #953BBA;
}
</style>