Shades of Dark Orchid #9624CC
Tints of Dark Orchid #9624CC
RGB
CMYK
RGB Variations
Color information
#9624CC (or 0x9624CC) is known color: Dark Orchid. HEX triplet: 96, 24 and CC. RGB value is (150,36,204). Sum of RGB (Red+Green+Blue) = 150+36+204=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #9624CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9624CC is #69DB33. Grayscale: #585858. Windows color (decimal): -6937396 or 13378710. OLE color: 13378710.
HSL color Cylindrical-coordinate representation of color #9624CC: hue angle of 280.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9624CC is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 36 | 204 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.2 |
| HSL | 280.71º | 0.7% | 0.47% | - |
| HSV(B) | 280.71º | 0.82% | 0.8% | - |
| XYZ | 24.11 | 12.11 | 58.19 | - |
| YUV | 89.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 204 | 0.26 | 0.82 | 0 | 0.2 | 280.71 | 0.7 | 0.47 |
| Hex | 96 | 24 | CC | 1A | 52 | 0 | 14 | 119 | 46 | 2F |
| Octal | 226 | 44 | 314 | 32 | 122 | 0 | 24 | 431 | 106 | 57 |
| Binary | 10010110 | 100100 | 11001100 | 11010 | 1010010 | 0 | 10100 | 100011001 | 1000110 | 101111 |
Color Harmonies of #9624CC
Complementary color
Monochromatic Colors of #9624CC
Black with #9624CC
Text Example
Text Example
White with #9624CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9624CC; }
p { color: rgb(150,36,204); }
H1.HeaderClassName
{
color: #9624CC;
}
.AnyTagClassName
{
color: #9624CC;
}
</style>
background-color css
<style>
a { background-color: #9624CC; }
a { background-color: rgb(150,36,204); }
div.DivClassName
{
background-color: #9624CC;
}
.BgClassName
{
background-color: #9624CC;
}
</style>
border-color css
<style>
span { border-color: #9624CC; }
span { border-color: rgb(150,36,204); }
td.TdClassName
{
border-color: #9624CC;
}
.TagClassName
{
border-color: #9624CC;
}
</style>