Shades of Dark Orchid #9530B0
Tints of Dark Orchid #9530B0
RGB
CMYK
RGB Variations
Color information
#9530B0 (or 0x9530B0) is known color: Dark Orchid. HEX triplet: 95, 30 and B0. RGB value is (149,48,176). Sum of RGB (Red+Green+Blue) = 149+48+176=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 176 - color contains mainly: blue. Hex color #9530B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9530B0 is #6ACF4F. Grayscale: #5C5C5C. Windows color (decimal): -6999888 or 11546773. OLE color: 11546773.
HSL color Cylindrical-coordinate representation of color #9530B0: hue angle of 287.34º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9530B0 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 48 | 176 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.31 |
| HSL | 287.34º | 0.57% | 0.44% | - |
| HSV(B) | 287.34º | 0.73% | 0.69% | - |
| XYZ | 21.29 | 11.64 | 42.2 | - |
| YUV | 92.79 | 174.96 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 176 | 0.15 | 0.73 | 0 | 0.31 | 287.34 | 0.57 | 0.44 |
| Hex | 95 | 30 | B0 | F | 49 | 0 | 1F | 11F | 39 | 2C |
| Octal | 225 | 60 | 260 | 17 | 111 | 0 | 37 | 437 | 71 | 54 |
| Binary | 10010101 | 110000 | 10110000 | 1111 | 1001001 | 0 | 11111 | 100011111 | 111001 | 101100 |
Color Harmonies of #9530B0
Complementary color
Monochromatic Colors of #9530B0
Black with #9530B0
Text Example
Text Example
White with #9530B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9530B0; }
p { color: rgb(149,48,176); }
H1.HeaderClassName
{
color: #9530B0;
}
.AnyTagClassName
{
color: #9530B0;
}
</style>
background-color css
<style>
a { background-color: #9530B0; }
a { background-color: rgb(149,48,176); }
div.DivClassName
{
background-color: #9530B0;
}
.BgClassName
{
background-color: #9530B0;
}
</style>
border-color css
<style>
span { border-color: #9530B0; }
span { border-color: rgb(149,48,176); }
td.TdClassName
{
border-color: #9530B0;
}
.TagClassName
{
border-color: #9530B0;
}
</style>