Shades of Dark Orchid #953AB5
Tints of Dark Orchid #953AB5
RGB
CMYK
RGB Variations
Color information
#953AB5 (or 0x953AB5) is known color: Dark Orchid. HEX triplet: 95, 3A and B5. RGB value is (149,58,181). Sum of RGB (Red+Green+Blue) = 149+58+181=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 181 - color contains mainly: blue. Hex color #953AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953AB5 is #6AC54A. Grayscale: #626262. Windows color (decimal): -6997323 or 11877013. OLE color: 11877013.
HSL color Cylindrical-coordinate representation of color #953AB5: hue angle of 284.39º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953AB5 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 58 | 181 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.29 |
| HSL | 284.39º | 0.51% | 0.47% | - |
| HSV(B) | 284.39º | 0.68% | 0.71% | - |
| XYZ | 22.25 | 12.75 | 45 | - |
| YUV | 99.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 181 | 0.18 | 0.68 | 0 | 0.29 | 284.39 | 0.51 | 0.47 |
| Hex | 95 | 3A | B5 | 12 | 44 | 0 | 1D | 11C | 33 | 2F |
| Octal | 225 | 72 | 265 | 22 | 104 | 0 | 35 | 434 | 63 | 57 |
| Binary | 10010101 | 111010 | 10110101 | 10010 | 1000100 | 0 | 11101 | 100011100 | 110011 | 101111 |
Color Harmonies of #953AB5
Complementary color
Monochromatic Colors of #953AB5
Black with #953AB5
Text Example
Text Example
White with #953AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953AB5; }
p { color: rgb(149,58,181); }
H1.HeaderClassName
{
color: #953AB5;
}
.AnyTagClassName
{
color: #953AB5;
}
</style>
background-color css
<style>
a { background-color: #953AB5; }
a { background-color: rgb(149,58,181); }
div.DivClassName
{
background-color: #953AB5;
}
.BgClassName
{
background-color: #953AB5;
}
</style>
border-color css
<style>
span { border-color: #953AB5; }
span { border-color: rgb(149,58,181); }
td.TdClassName
{
border-color: #953AB5;
}
.TagClassName
{
border-color: #953AB5;
}
</style>