Shades of Dark Orchid #9530CC
Tints of Dark Orchid #9530CC
RGB
CMYK
RGB Variations
Color information
#9530CC (or 0x9530CC) is known color: Dark Orchid. HEX triplet: 95, 30 and CC. RGB value is (149,48,204). Sum of RGB (Red+Green+Blue) = 149+48+204=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #9530CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9530CC is #6ACF33. Grayscale: #5F5F5F. Windows color (decimal): -6999860 or 13381781. OLE color: 13381781.
HSL color Cylindrical-coordinate representation of color #9530CC: hue angle of 278.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9530CC is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 48 | 204 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.2 |
| HSL | 278.85º | 0.62% | 0.49% | - |
| HSV(B) | 278.85º | 0.76% | 0.8% | - |
| XYZ | 24.35 | 12.86 | 58.33 | - |
| YUV | 95.98 | 188.96 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 204 | 0.27 | 0.76 | 0 | 0.2 | 278.85 | 0.62 | 0.49 |
| Hex | 95 | 30 | CC | 1B | 4C | 0 | 14 | 117 | 3E | 31 |
| Octal | 225 | 60 | 314 | 33 | 114 | 0 | 24 | 427 | 76 | 61 |
| Binary | 10010101 | 110000 | 11001100 | 11011 | 1001100 | 0 | 10100 | 100010111 | 111110 | 110001 |
Color Harmonies of #9530CC
Complementary color
Monochromatic Colors of #9530CC
Black with #9530CC
Text Example
Text Example
White with #9530CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9530CC; }
p { color: rgb(149,48,204); }
H1.HeaderClassName
{
color: #9530CC;
}
.AnyTagClassName
{
color: #9530CC;
}
</style>
background-color css
<style>
a { background-color: #9530CC; }
a { background-color: rgb(149,48,204); }
div.DivClassName
{
background-color: #9530CC;
}
.BgClassName
{
background-color: #9530CC;
}
</style>
border-color css
<style>
span { border-color: #9530CC; }
span { border-color: rgb(149,48,204); }
td.TdClassName
{
border-color: #9530CC;
}
.TagClassName
{
border-color: #9530CC;
}
</style>