Shades of Dark Orchid #9534BD
Tints of Dark Orchid #9534BD
RGB
CMYK
RGB Variations
Color information
#9534BD (or 0x9534BD) is known color: Dark Orchid. HEX triplet: 95, 34 and BD. RGB value is (149,52,189). Sum of RGB (Red+Green+Blue) = 149+52+189=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #9534BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9534BD is #6ACB42. Grayscale: #606060. Windows color (decimal): -6998851 or 12399765. OLE color: 12399765.
HSL color Cylindrical-coordinate representation of color #9534BD: hue angle of 282.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9534BD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 52 | 189 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.26 |
| HSL | 282.48º | 0.57% | 0.47% | - |
| HSV(B) | 282.48º | 0.72% | 0.74% | - |
| XYZ | 22.81 | 12.52 | 49.36 | - |
| YUV | 96.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 189 | 0.21 | 0.72 | 0 | 0.26 | 282.48 | 0.57 | 0.47 |
| Hex | 95 | 34 | BD | 15 | 48 | 0 | 1A | 11A | 39 | 2F |
| Octal | 225 | 64 | 275 | 25 | 110 | 0 | 32 | 432 | 71 | 57 |
| Binary | 10010101 | 110100 | 10111101 | 10101 | 1001000 | 0 | 11010 | 100011010 | 111001 | 101111 |
Color Harmonies of #9534BD
Complementary color
Monochromatic Colors of #9534BD
Black with #9534BD
Text Example
Text Example
White with #9534BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9534BD; }
p { color: rgb(149,52,189); }
H1.HeaderClassName
{
color: #9534BD;
}
.AnyTagClassName
{
color: #9534BD;
}
</style>
background-color css
<style>
a { background-color: #9534BD; }
a { background-color: rgb(149,52,189); }
div.DivClassName
{
background-color: #9534BD;
}
.BgClassName
{
background-color: #9534BD;
}
</style>
border-color css
<style>
span { border-color: #9534BD; }
span { border-color: rgb(149,52,189); }
td.TdClassName
{
border-color: #9534BD;
}
.TagClassName
{
border-color: #9534BD;
}
</style>