Shades of Dark Orchid #9533CE
Tints of Dark Orchid #9533CE
RGB
CMYK
RGB Variations
Color information
#9533CE (or 0x9533CE) is known color: Dark Orchid. HEX triplet: 95, 33 and CE. RGB value is (149,51,206). Sum of RGB (Red+Green+Blue) = 149+51+206=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #9533CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9533CE is #6ACC31. Grayscale: #616161. Windows color (decimal): -6999090 or 13513621. OLE color: 13513621.
HSL color Cylindrical-coordinate representation of color #9533CE: hue angle of 277.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9533CE is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 51 | 206 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.19 |
| HSL | 277.94º | 0.61% | 0.5% | - |
| HSV(B) | 277.94º | 0.75% | 0.81% | - |
| XYZ | 24.72 | 13.21 | 59.64 | - |
| YUV | 97.97 | 188.97 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 51 | 206 | 0.28 | 0.75 | 0 | 0.19 | 277.94 | 0.61 | 0.5 |
| Hex | 95 | 33 | CE | 1C | 4B | 0 | 13 | 116 | 3D | 32 |
| Octal | 225 | 63 | 316 | 34 | 113 | 0 | 23 | 426 | 75 | 62 |
| Binary | 10010101 | 110011 | 11001110 | 11100 | 1001011 | 0 | 10011 | 100010110 | 111101 | 110010 |
Color Harmonies of #9533CE
Complementary color
Monochromatic Colors of #9533CE
Black with #9533CE
Text Example
Text Example
White with #9533CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9533CE; }
p { color: rgb(149,51,206); }
H1.HeaderClassName
{
color: #9533CE;
}
.AnyTagClassName
{
color: #9533CE;
}
</style>
background-color css
<style>
a { background-color: #9533CE; }
a { background-color: rgb(149,51,206); }
div.DivClassName
{
background-color: #9533CE;
}
.BgClassName
{
background-color: #9533CE;
}
</style>
border-color css
<style>
span { border-color: #9533CE; }
span { border-color: rgb(149,51,206); }
td.TdClassName
{
border-color: #9533CE;
}
.TagClassName
{
border-color: #9533CE;
}
</style>