Shades of Dark Orchid #9534BF
Tints of Dark Orchid #9534BF
RGB
CMYK
RGB Variations
Color information
#9534BF (or 0x9534BF) is known color: Dark Orchid. HEX triplet: 95, 34 and BF. RGB value is (149,52,191). Sum of RGB (Red+Green+Blue) = 149+52+191=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #9534BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9534BF is #6ACB40. Grayscale: #606060. Windows color (decimal): -6998849 or 12530837. OLE color: 12530837.
HSL color Cylindrical-coordinate representation of color #9534BF: hue angle of 281.87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9534BF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 52 | 191 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.25 |
| HSL | 281.87º | 0.57% | 0.48% | - |
| HSV(B) | 281.87º | 0.73% | 0.75% | - |
| XYZ | 23.03 | 12.61 | 50.51 | - |
| YUV | 96.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 191 | 0.22 | 0.73 | 0 | 0.25 | 281.87 | 0.57 | 0.48 |
| Hex | 95 | 34 | BF | 16 | 49 | 0 | 19 | 11A | 39 | 30 |
| Octal | 225 | 64 | 277 | 26 | 111 | 0 | 31 | 432 | 71 | 60 |
| Binary | 10010101 | 110100 | 10111111 | 10110 | 1001001 | 0 | 11001 | 100011010 | 111001 | 110000 |
Color Harmonies of #9534BF
Complementary color
Monochromatic Colors of #9534BF
Black with #9534BF
Text Example
Text Example
White with #9534BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9534BF; }
p { color: rgb(149,52,191); }
H1.HeaderClassName
{
color: #9534BF;
}
.AnyTagClassName
{
color: #9534BF;
}
</style>
background-color css
<style>
a { background-color: #9534BF; }
a { background-color: rgb(149,52,191); }
div.DivClassName
{
background-color: #9534BF;
}
.BgClassName
{
background-color: #9534BF;
}
</style>
border-color css
<style>
span { border-color: #9534BF; }
span { border-color: rgb(149,52,191); }
td.TdClassName
{
border-color: #9534BF;
}
.TagClassName
{
border-color: #9534BF;
}
</style>