Shades of Dark Orchid #9538BD
Tints of Dark Orchid #9538BD
RGB
CMYK
RGB Variations
Color information
#9538BD (or 0x9538BD) is known color: Dark Orchid. HEX triplet: 95, 38 and BD. RGB value is (149,56,189). Sum of RGB (Red+Green+Blue) = 149+56+189=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #9538BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9538BD is #6AC742. Grayscale: #626262. Windows color (decimal): -6997827 or 12400789. OLE color: 12400789.
HSL color Cylindrical-coordinate representation of color #9538BD: hue angle of 281.95º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9538BD is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 56 | 189 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.26 |
| HSL | 281.95º | 0.54% | 0.48% | - |
| HSV(B) | 281.95º | 0.7% | 0.74% | - |
| XYZ | 22.99 | 12.89 | 49.42 | - |
| YUV | 98.97 | 178.81 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 189 | 0.21 | 0.70 | 0 | 0.26 | 281.95 | 0.54 | 0.48 |
| Hex | 95 | 38 | BD | 15 | 46 | 0 | 1A | 11A | 36 | 30 |
| Octal | 225 | 70 | 275 | 25 | 106 | 0 | 32 | 432 | 66 | 60 |
| Binary | 10010101 | 111000 | 10111101 | 10101 | 1000110 | 0 | 11010 | 100011010 | 110110 | 110000 |
Color Harmonies of #9538BD
Complementary color
Monochromatic Colors of #9538BD
Black with #9538BD
Text Example
Text Example
White with #9538BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9538BD; }
p { color: rgb(149,56,189); }
H1.HeaderClassName
{
color: #9538BD;
}
.AnyTagClassName
{
color: #9538BD;
}
</style>
background-color css
<style>
a { background-color: #9538BD; }
a { background-color: rgb(149,56,189); }
div.DivClassName
{
background-color: #9538BD;
}
.BgClassName
{
background-color: #9538BD;
}
</style>
border-color css
<style>
span { border-color: #9538BD; }
span { border-color: rgb(149,56,189); }
td.TdClassName
{
border-color: #9538BD;
}
.TagClassName
{
border-color: #9538BD;
}
</style>