Shades of Dark Orchid #9534CE
Tints of Dark Orchid #9534CE
RGB
CMYK
RGB Variations
Color information
#9534CE (or 0x9534CE) is known color: Dark Orchid. HEX triplet: 95, 34 and CE. RGB value is (149,52,206). Sum of RGB (Red+Green+Blue) = 149+52+206=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #9534CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9534CE is #6ACB31. Grayscale: #626262. Windows color (decimal): -6998834 or 13513877. OLE color: 13513877.
HSL color Cylindrical-coordinate representation of color #9534CE: hue angle of 277.79º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9534CE is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 52 | 206 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.19 |
| HSL | 277.79º | 0.61% | 0.51% | - |
| HSV(B) | 277.79º | 0.75% | 0.81% | - |
| XYZ | 24.76 | 13.3 | 59.65 | - |
| YUV | 98.56 | 188.64 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 206 | 0.28 | 0.75 | 0 | 0.19 | 277.79 | 0.61 | 0.51 |
| Hex | 95 | 34 | CE | 1C | 4B | 0 | 13 | 116 | 3D | 33 |
| Octal | 225 | 64 | 316 | 34 | 113 | 0 | 23 | 426 | 75 | 63 |
| Binary | 10010101 | 110100 | 11001110 | 11100 | 1001011 | 0 | 10011 | 100010110 | 111101 | 110011 |
Color Harmonies of #9534CE
Complementary color
Monochromatic Colors of #9534CE
Black with #9534CE
Text Example
Text Example
White with #9534CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9534CE; }
p { color: rgb(149,52,206); }
H1.HeaderClassName
{
color: #9534CE;
}
.AnyTagClassName
{
color: #9534CE;
}
</style>
background-color css
<style>
a { background-color: #9534CE; }
a { background-color: rgb(149,52,206); }
div.DivClassName
{
background-color: #9534CE;
}
.BgClassName
{
background-color: #9534CE;
}
</style>
border-color css
<style>
span { border-color: #9534CE; }
span { border-color: rgb(149,52,206); }
td.TdClassName
{
border-color: #9534CE;
}
.TagClassName
{
border-color: #9534CE;
}
</style>