Shades of Dark Orchid #9535CC
Tints of Dark Orchid #9535CC
RGB
CMYK
RGB Variations
Color information
#9535CC (or 0x9535CC) is known color: Dark Orchid. HEX triplet: 95, 35 and CC. RGB value is (149,53,204). Sum of RGB (Red+Green+Blue) = 149+53+204=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #9535CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9535CC is #6ACA33. Grayscale: #626262. Windows color (decimal): -6998580 or 13383061. OLE color: 13383061.
HSL color Cylindrical-coordinate representation of color #9535CC: hue angle of 278.15º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9535CC is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 53 | 204 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.2 |
| HSL | 278.15º | 0.6% | 0.5% | - |
| HSV(B) | 278.15º | 0.74% | 0.8% | - |
| XYZ | 24.57 | 13.3 | 58.4 | - |
| YUV | 98.92 | 187.3 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 204 | 0.27 | 0.74 | 0 | 0.2 | 278.15 | 0.6 | 0.5 |
| Hex | 95 | 35 | CC | 1B | 4A | 0 | 14 | 116 | 3C | 32 |
| Octal | 225 | 65 | 314 | 33 | 112 | 0 | 24 | 426 | 74 | 62 |
| Binary | 10010101 | 110101 | 11001100 | 11011 | 1001010 | 0 | 10100 | 100010110 | 111100 | 110010 |
Color Harmonies of #9535CC
Complementary color
Monochromatic Colors of #9535CC
Black with #9535CC
Text Example
Text Example
White with #9535CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9535CC; }
p { color: rgb(149,53,204); }
H1.HeaderClassName
{
color: #9535CC;
}
.AnyTagClassName
{
color: #9535CC;
}
</style>
background-color css
<style>
a { background-color: #9535CC; }
a { background-color: rgb(149,53,204); }
div.DivClassName
{
background-color: #9535CC;
}
.BgClassName
{
background-color: #9535CC;
}
</style>
border-color css
<style>
span { border-color: #9535CC; }
span { border-color: rgb(149,53,204); }
td.TdClassName
{
border-color: #9535CC;
}
.TagClassName
{
border-color: #9535CC;
}
</style>