Shades of Dark Orchid #9736CC
Tints of Dark Orchid #9736CC
RGB
CMYK
RGB Variations
Color information
#9736CC (or 0x9736CC) is known color: Dark Orchid. HEX triplet: 97, 36 and CC. RGB value is (151,54,204). Sum of RGB (Red+Green+Blue) = 151+54+204=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #9736CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9736CC is #68C933. Grayscale: #636363. Windows color (decimal): -6867252 or 13383319. OLE color: 13383319.
HSL color Cylindrical-coordinate representation of color #9736CC: hue angle of 278.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9736CC is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 54 | 204 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.2 |
| HSL | 278.8º | 0.6% | 0.51% | - |
| HSV(B) | 278.8º | 0.74% | 0.8% | - |
| XYZ | 24.98 | 13.58 | 58.43 | - |
| YUV | 100.1 | 186.64 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 54 | 204 | 0.26 | 0.74 | 0 | 0.2 | 278.8 | 0.6 | 0.51 |
| Hex | 97 | 36 | CC | 1A | 4A | 0 | 14 | 117 | 3C | 33 |
| Octal | 227 | 66 | 314 | 32 | 112 | 0 | 24 | 427 | 74 | 63 |
| Binary | 10010111 | 110110 | 11001100 | 11010 | 1001010 | 0 | 10100 | 100010111 | 111100 | 110011 |
Color Harmonies of #9736CC
Complementary color
Monochromatic Colors of #9736CC
Black with #9736CC
Text Example
Text Example
White with #9736CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9736CC; }
p { color: rgb(151,54,204); }
H1.HeaderClassName
{
color: #9736CC;
}
.AnyTagClassName
{
color: #9736CC;
}
</style>
background-color css
<style>
a { background-color: #9736CC; }
a { background-color: rgb(151,54,204); }
div.DivClassName
{
background-color: #9736CC;
}
.BgClassName
{
background-color: #9736CC;
}
</style>
border-color css
<style>
span { border-color: #9736CC; }
span { border-color: rgb(151,54,204); }
td.TdClassName
{
border-color: #9736CC;
}
.TagClassName
{
border-color: #9736CC;
}
</style>