Shades of Dark Orchid #9534CC
Tints of Dark Orchid #9534CC
RGB
CMYK
RGB Variations
Color information
#9534CC (or 0x9534CC) is known color: Dark Orchid. HEX triplet: 95, 34 and CC. RGB value is (149,52,204). Sum of RGB (Red+Green+Blue) = 149+52+204=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #9534CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9534CC is #6ACB33. Grayscale: #616161. Windows color (decimal): -6998836 or 13382805. OLE color: 13382805.
HSL color Cylindrical-coordinate representation of color #9534CC: hue angle of 278.29º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9534CC is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 52 | 204 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.2 |
| HSL | 278.29º | 0.6% | 0.5% | - |
| HSV(B) | 278.29º | 0.75% | 0.8% | - |
| XYZ | 24.52 | 13.21 | 58.38 | - |
| YUV | 98.33 | 187.64 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 204 | 0.27 | 0.75 | 0 | 0.2 | 278.29 | 0.6 | 0.5 |
| Hex | 95 | 34 | CC | 1B | 4B | 0 | 14 | 116 | 3C | 32 |
| Octal | 225 | 64 | 314 | 33 | 113 | 0 | 24 | 426 | 74 | 62 |
| Binary | 10010101 | 110100 | 11001100 | 11011 | 1001011 | 0 | 10100 | 100010110 | 111100 | 110010 |
Color Harmonies of #9534CC
Complementary color
Monochromatic Colors of #9534CC
Black with #9534CC
Text Example
Text Example
White with #9534CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9534CC; }
p { color: rgb(149,52,204); }
H1.HeaderClassName
{
color: #9534CC;
}
.AnyTagClassName
{
color: #9534CC;
}
</style>
background-color css
<style>
a { background-color: #9534CC; }
a { background-color: rgb(149,52,204); }
div.DivClassName
{
background-color: #9534CC;
}
.BgClassName
{
background-color: #9534CC;
}
</style>
border-color css
<style>
span { border-color: #9534CC; }
span { border-color: rgb(149,52,204); }
td.TdClassName
{
border-color: #9534CC;
}
.TagClassName
{
border-color: #9534CC;
}
</style>