Shades of Dark Orchid #9535BD
Tints of Dark Orchid #9535BD
RGB
CMYK
RGB Variations
Color information
#9535BD (or 0x9535BD) is known color: Dark Orchid. HEX triplet: 95, 35 and BD. RGB value is (149,53,189). Sum of RGB (Red+Green+Blue) = 149+53+189=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #9535BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9535BD is #6ACA42. Grayscale: #606060. Windows color (decimal): -6998595 or 12400021. OLE color: 12400021.
HSL color Cylindrical-coordinate representation of color #9535BD: hue angle of 282.35º degrees, saturation: 0.56, 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 #9535BD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 53 | 189 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.26 |
| HSL | 282.35º | 0.56% | 0.47% | - |
| HSV(B) | 282.35º | 0.72% | 0.74% | - |
| XYZ | 22.85 | 12.61 | 49.37 | - |
| YUV | 97.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 189 | 0.21 | 0.72 | 0 | 0.26 | 282.35 | 0.56 | 0.47 |
| Hex | 95 | 35 | BD | 15 | 48 | 0 | 1A | 11A | 38 | 2F |
| Octal | 225 | 65 | 275 | 25 | 110 | 0 | 32 | 432 | 70 | 57 |
| Binary | 10010101 | 110101 | 10111101 | 10101 | 1001000 | 0 | 11010 | 100011010 | 111000 | 101111 |
Color Harmonies of #9535BD
Complementary color
Monochromatic Colors of #9535BD
Black with #9535BD
Text Example
Text Example
White with #9535BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9535BD; }
p { color: rgb(149,53,189); }
H1.HeaderClassName
{
color: #9535BD;
}
.AnyTagClassName
{
color: #9535BD;
}
</style>
background-color css
<style>
a { background-color: #9535BD; }
a { background-color: rgb(149,53,189); }
div.DivClassName
{
background-color: #9535BD;
}
.BgClassName
{
background-color: #9535BD;
}
</style>
border-color css
<style>
span { border-color: #9535BD; }
span { border-color: rgb(149,53,189); }
td.TdClassName
{
border-color: #9535BD;
}
.TagClassName
{
border-color: #9535BD;
}
</style>