Shades of Dark Orchid #9530C6
Tints of Dark Orchid #9530C6
RGB
CMYK
RGB Variations
Color information
#9530C6 (or 0x9530C6) is known color: Dark Orchid. HEX triplet: 95, 30 and C6. RGB value is (149,48,198). Sum of RGB (Red+Green+Blue) = 149+48+198=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #9530C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9530C6 is #6ACF39. Grayscale: #5E5E5E. Windows color (decimal): -6999866 or 12988565. OLE color: 12988565.
HSL color Cylindrical-coordinate representation of color #9530C6: hue angle of 280.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9530C6 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 48 | 198 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.22 |
| HSL | 280.4º | 0.61% | 0.48% | - |
| HSV(B) | 280.4º | 0.76% | 0.78% | - |
| XYZ | 23.64 | 12.58 | 54.61 | - |
| YUV | 95.3 | 185.96 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 198 | 0.25 | 0.76 | 0 | 0.22 | 280.4 | 0.61 | 0.48 |
| Hex | 95 | 30 | C6 | 19 | 4C | 0 | 16 | 118 | 3D | 30 |
| Octal | 225 | 60 | 306 | 31 | 114 | 0 | 26 | 430 | 75 | 60 |
| Binary | 10010101 | 110000 | 11000110 | 11001 | 1001100 | 0 | 10110 | 100011000 | 111101 | 110000 |
Color Harmonies of #9530C6
Complementary color
Monochromatic Colors of #9530C6
Black with #9530C6
Text Example
Text Example
White with #9530C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9530C6; }
p { color: rgb(149,48,198); }
H1.HeaderClassName
{
color: #9530C6;
}
.AnyTagClassName
{
color: #9530C6;
}
</style>
background-color css
<style>
a { background-color: #9530C6; }
a { background-color: rgb(149,48,198); }
div.DivClassName
{
background-color: #9530C6;
}
.BgClassName
{
background-color: #9530C6;
}
</style>
border-color css
<style>
span { border-color: #9530C6; }
span { border-color: rgb(149,48,198); }
td.TdClassName
{
border-color: #9530C6;
}
.TagClassName
{
border-color: #9530C6;
}
</style>