Shades of Dark Orchid #9530C9
Tints of Dark Orchid #9530C9
RGB
CMYK
RGB Variations
Color information
#9530C9 (or 0x9530C9) is known color: Dark Orchid. HEX triplet: 95, 30 and C9. RGB value is (149,48,201). Sum of RGB (Red+Green+Blue) = 149+48+201=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #9530C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9530C9 is #6ACF36. Grayscale: #5F5F5F. Windows color (decimal): -6999863 or 13185173. OLE color: 13185173.
HSL color Cylindrical-coordinate representation of color #9530C9: hue angle of 279.61º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9530C9 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 48 | 201 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.21 |
| HSL | 279.61º | 0.61% | 0.49% | - |
| HSV(B) | 279.61º | 0.76% | 0.79% | - |
| XYZ | 23.99 | 12.72 | 56.45 | - |
| YUV | 95.64 | 187.46 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 201 | 0.26 | 0.76 | 0 | 0.21 | 279.61 | 0.61 | 0.49 |
| Hex | 95 | 30 | C9 | 1A | 4C | 0 | 15 | 118 | 3D | 31 |
| Octal | 225 | 60 | 311 | 32 | 114 | 0 | 25 | 430 | 75 | 61 |
| Binary | 10010101 | 110000 | 11001001 | 11010 | 1001100 | 0 | 10101 | 100011000 | 111101 | 110001 |
Color Harmonies of #9530C9
Complementary color
Monochromatic Colors of #9530C9
Black with #9530C9
Text Example
Text Example
White with #9530C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9530C9; }
p { color: rgb(149,48,201); }
H1.HeaderClassName
{
color: #9530C9;
}
.AnyTagClassName
{
color: #9530C9;
}
</style>
background-color css
<style>
a { background-color: #9530C9; }
a { background-color: rgb(149,48,201); }
div.DivClassName
{
background-color: #9530C9;
}
.BgClassName
{
background-color: #9530C9;
}
</style>
border-color css
<style>
span { border-color: #9530C9; }
span { border-color: rgb(149,48,201); }
td.TdClassName
{
border-color: #9530C9;
}
.TagClassName
{
border-color: #9530C9;
}
</style>