Shades of Dark Orchid #953CB5
Tints of Dark Orchid #953CB5
RGB
CMYK
RGB Variations
Color information
#953CB5 (or 0x953CB5) is known color: Dark Orchid. HEX triplet: 95, 3C and B5. RGB value is (149,60,181). Sum of RGB (Red+Green+Blue) = 149+60+181=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #953CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CB5 is #6AC34A. Grayscale: #646464. Windows color (decimal): -6996811 or 11877525. OLE color: 11877525.
HSL color Cylindrical-coordinate representation of color #953CB5: hue angle of 284.13º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953CB5 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 60 | 181 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.29 |
| HSL | 284.13º | 0.5% | 0.47% | - |
| HSV(B) | 284.13º | 0.67% | 0.71% | - |
| XYZ | 22.35 | 12.96 | 45.04 | - |
| YUV | 100.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 181 | 0.18 | 0.67 | 0 | 0.29 | 284.13 | 0.5 | 0.47 |
| Hex | 95 | 3C | B5 | 12 | 43 | 0 | 1D | 11C | 32 | 2F |
| Octal | 225 | 74 | 265 | 22 | 103 | 0 | 35 | 434 | 62 | 57 |
| Binary | 10010101 | 111100 | 10110101 | 10010 | 1000011 | 0 | 11101 | 100011100 | 110010 | 101111 |
Color Harmonies of #953CB5
Complementary color
Monochromatic Colors of #953CB5
Black with #953CB5
Text Example
Text Example
White with #953CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CB5; }
p { color: rgb(149,60,181); }
H1.HeaderClassName
{
color: #953CB5;
}
.AnyTagClassName
{
color: #953CB5;
}
</style>
background-color css
<style>
a { background-color: #953CB5; }
a { background-color: rgb(149,60,181); }
div.DivClassName
{
background-color: #953CB5;
}
.BgClassName
{
background-color: #953CB5;
}
</style>
border-color css
<style>
span { border-color: #953CB5; }
span { border-color: rgb(149,60,181); }
td.TdClassName
{
border-color: #953CB5;
}
.TagClassName
{
border-color: #953CB5;
}
</style>