Shades of Dark Orchid #9621CC
Tints of Dark Orchid #9621CC
RGB
CMYK
RGB Variations
Color information
#9621CC (or 0x9621CC) is known color: Dark Orchid. HEX triplet: 96, 21 and CC. RGB value is (150,33,204). Sum of RGB (Red+Green+Blue) = 150+33+204=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #9621CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9621CC is #69DE33. Grayscale: #565656. Windows color (decimal): -6938164 or 13377942. OLE color: 13377942.
HSL color Cylindrical-coordinate representation of color #9621CC: hue angle of 281.05º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9621CC is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 33 | 204 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.2 |
| HSL | 281.05º | 0.72% | 0.46% | - |
| HSV(B) | 281.05º | 0.84% | 0.8% | - |
| XYZ | 24.02 | 11.93 | 58.16 | - |
| YUV | 87.48 | 193.76 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 204 | 0.26 | 0.84 | 0 | 0.2 | 281.05 | 0.72 | 0.46 |
| Hex | 96 | 21 | CC | 1A | 54 | 0 | 14 | 119 | 48 | 2E |
| Octal | 226 | 41 | 314 | 32 | 124 | 0 | 24 | 431 | 110 | 56 |
| Binary | 10010110 | 100001 | 11001100 | 11010 | 1010100 | 0 | 10100 | 100011001 | 1001000 | 101110 |
Color Harmonies of #9621CC
Complementary color
Monochromatic Colors of #9621CC
Black with #9621CC
Text Example
Text Example
White with #9621CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9621CC; }
p { color: rgb(150,33,204); }
H1.HeaderClassName
{
color: #9621CC;
}
.AnyTagClassName
{
color: #9621CC;
}
</style>
background-color css
<style>
a { background-color: #9621CC; }
a { background-color: rgb(150,33,204); }
div.DivClassName
{
background-color: #9621CC;
}
.BgClassName
{
background-color: #9621CC;
}
</style>
border-color css
<style>
span { border-color: #9621CC; }
span { border-color: rgb(150,33,204); }
td.TdClassName
{
border-color: #9621CC;
}
.TagClassName
{
border-color: #9621CC;
}
</style>