Shades of Dark Orchid #9534CB
Tints of Dark Orchid #9534CB
RGB
CMYK
RGB Variations
Color information
#9534CB (or 0x9534CB) is known color: Dark Orchid. HEX triplet: 95, 34 and CB. RGB value is (149,52,203). Sum of RGB (Red+Green+Blue) = 149+52+203=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #9534CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9534CB is #6ACB34. Grayscale: #616161. Windows color (decimal): -6998837 or 13317269. OLE color: 13317269.
HSL color Cylindrical-coordinate representation of color #9534CB: hue angle of 278.54º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9534CB is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 52 | 203 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.20 |
| HSL | 278.54º | 0.59% | 0.5% | - |
| HSV(B) | 278.54º | 0.74% | 0.8% | - |
| XYZ | 24.4 | 13.16 | 57.75 | - |
| YUV | 98.22 | 187.14 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 203 | 0.27 | 0.74 | 0 | 0.20 | 278.54 | 0.59 | 0.5 |
| Hex | 95 | 34 | CB | 1B | 4A | 0 | 14 | 117 | 3B | 32 |
| Octal | 225 | 64 | 313 | 33 | 112 | 0 | 24 | 427 | 73 | 62 |
| Binary | 10010101 | 110100 | 11001011 | 11011 | 1001010 | 0 | 10100 | 100010111 | 111011 | 110010 |
Color Harmonies of #9534CB
Complementary color
Monochromatic Colors of #9534CB
Black with #9534CB
Text Example
Text Example
White with #9534CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9534CB; }
p { color: rgb(149,52,203); }
H1.HeaderClassName
{
color: #9534CB;
}
.AnyTagClassName
{
color: #9534CB;
}
</style>
background-color css
<style>
a { background-color: #9534CB; }
a { background-color: rgb(149,52,203); }
div.DivClassName
{
background-color: #9534CB;
}
.BgClassName
{
background-color: #9534CB;
}
</style>
border-color css
<style>
span { border-color: #9534CB; }
span { border-color: rgb(149,52,203); }
td.TdClassName
{
border-color: #9534CB;
}
.TagClassName
{
border-color: #9534CB;
}
</style>