Shades of Dark Orchid #9632DA
Tints of Dark Orchid #9632DA
RGB
CMYK
RGB Variations
Color information
#9632DA (or 0x9632DA) is known color: Dark Orchid. HEX triplet: 96, 32 and DA. RGB value is (150,50,218). Sum of RGB (Red+Green+Blue) = 150+50+218=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #9632DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9632DA is #69CD25. Grayscale: #626262. Windows color (decimal): -6933798 or 14299798. OLE color: 14299798.
HSL color Cylindrical-coordinate representation of color #9632DA: hue angle of 275.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9632DA is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 50 | 218 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.15 |
| HSL | 275.71º | 0.69% | 0.53% | - |
| HSV(B) | 275.71º | 0.77% | 0.85% | - |
| XYZ | 26.37 | 13.83 | 67.61 | - |
| YUV | 99.05 | 195.13 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 218 | 0.31 | 0.77 | 0 | 0.15 | 275.71 | 0.69 | 0.53 |
| Hex | 96 | 32 | DA | 1F | 4D | 0 | F | 114 | 45 | 35 |
| Octal | 226 | 62 | 332 | 37 | 115 | 0 | 17 | 424 | 105 | 65 |
| Binary | 10010110 | 110010 | 11011010 | 11111 | 1001101 | 0 | 1111 | 100010100 | 1000101 | 110101 |
Color Harmonies of #9632DA
Complementary color
Monochromatic Colors of #9632DA
Black with #9632DA
Text Example
Text Example
White with #9632DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9632DA; }
p { color: rgb(150,50,218); }
H1.HeaderClassName
{
color: #9632DA;
}
.AnyTagClassName
{
color: #9632DA;
}
</style>
background-color css
<style>
a { background-color: #9632DA; }
a { background-color: rgb(150,50,218); }
div.DivClassName
{
background-color: #9632DA;
}
.BgClassName
{
background-color: #9632DA;
}
</style>
border-color css
<style>
span { border-color: #9632DA; }
span { border-color: rgb(150,50,218); }
td.TdClassName
{
border-color: #9632DA;
}
.TagClassName
{
border-color: #9632DA;
}
</style>