Shades of Dark Orchid #9632CC
Tints of Dark Orchid #9632CC
RGB
CMYK
RGB Variations
Color information
#9632CC (or 0x9632CC) is known color: Dark Orchid. HEX triplet: 96, 32 and CC. RGB value is (150,50,204). Sum of RGB (Red+Green+Blue) = 150+50+204=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #9632CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9632CC is #69CD33. Grayscale: #606060. Windows color (decimal): -6933812 or 13382294. OLE color: 13382294.
HSL color Cylindrical-coordinate representation of color #9632CC: hue angle of 278.96º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9632CC is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 50 | 204 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.2 |
| HSL | 278.96º | 0.61% | 0.5% | - |
| HSV(B) | 278.96º | 0.75% | 0.8% | - |
| XYZ | 24.62 | 13.12 | 58.36 | - |
| YUV | 97.46 | 188.13 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 204 | 0.26 | 0.75 | 0 | 0.2 | 278.96 | 0.61 | 0.5 |
| Hex | 96 | 32 | CC | 1A | 4B | 0 | 14 | 117 | 3D | 32 |
| Octal | 226 | 62 | 314 | 32 | 113 | 0 | 24 | 427 | 75 | 62 |
| Binary | 10010110 | 110010 | 11001100 | 11010 | 1001011 | 0 | 10100 | 100010111 | 111101 | 110010 |
Color Harmonies of #9632CC
Complementary color
Monochromatic Colors of #9632CC
Black with #9632CC
Text Example
Text Example
White with #9632CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9632CC; }
p { color: rgb(150,50,204); }
H1.HeaderClassName
{
color: #9632CC;
}
.AnyTagClassName
{
color: #9632CC;
}
</style>
background-color css
<style>
a { background-color: #9632CC; }
a { background-color: rgb(150,50,204); }
div.DivClassName
{
background-color: #9632CC;
}
.BgClassName
{
background-color: #9632CC;
}
</style>
border-color css
<style>
span { border-color: #9632CC; }
span { border-color: rgb(150,50,204); }
td.TdClassName
{
border-color: #9632CC;
}
.TagClassName
{
border-color: #9632CC;
}
</style>