Shades of Dark Orchid #9530BE
Tints of Dark Orchid #9530BE
RGB
CMYK
RGB Variations
Color information
#9530BE (or 0x9530BE) is known color: Dark Orchid. HEX triplet: 95, 30 and BE. RGB value is (149,48,190). Sum of RGB (Red+Green+Blue) = 149+48+190=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #9530BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9530BE is #6ACF41. Grayscale: #5D5D5D. Windows color (decimal): -6999874 or 12464277. OLE color: 12464277.
HSL color Cylindrical-coordinate representation of color #9530BE: hue angle of 282.68º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9530BE is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 48 | 190 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.25 |
| HSL | 282.68º | 0.6% | 0.47% | - |
| HSV(B) | 282.68º | 0.75% | 0.75% | - |
| XYZ | 22.75 | 12.22 | 49.88 | - |
| YUV | 94.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 190 | 0.22 | 0.75 | 0 | 0.25 | 282.68 | 0.6 | 0.47 |
| Hex | 95 | 30 | BE | 16 | 4B | 0 | 19 | 11B | 3C | 2F |
| Octal | 225 | 60 | 276 | 26 | 113 | 0 | 31 | 433 | 74 | 57 |
| Binary | 10010101 | 110000 | 10111110 | 10110 | 1001011 | 0 | 11001 | 100011011 | 111100 | 101111 |
Color Harmonies of #9530BE
Complementary color
Monochromatic Colors of #9530BE
Black with #9530BE
Text Example
Text Example
White with #9530BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9530BE; }
p { color: rgb(149,48,190); }
H1.HeaderClassName
{
color: #9530BE;
}
.AnyTagClassName
{
color: #9530BE;
}
</style>
background-color css
<style>
a { background-color: #9530BE; }
a { background-color: rgb(149,48,190); }
div.DivClassName
{
background-color: #9530BE;
}
.BgClassName
{
background-color: #9530BE;
}
</style>
border-color css
<style>
span { border-color: #9530BE; }
span { border-color: rgb(149,48,190); }
td.TdClassName
{
border-color: #9530BE;
}
.TagClassName
{
border-color: #9530BE;
}
</style>