Shades of Dark Orchid #9644D2
Tints of Dark Orchid #9644D2
RGB
CMYK
RGB Variations
Color information
#9644D2 (or 0x9644D2) is known color: Dark Orchid. HEX triplet: 96, 44 and D2. RGB value is (150,68,210). Sum of RGB (Red+Green+Blue) = 150+68+210=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 210 - color contains mainly: blue. Hex color #9644D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9644D2 is #69BB2D. Grayscale: #6C6C6C. Windows color (decimal): -6929198 or 13780118. OLE color: 13780118.
HSL color Cylindrical-coordinate representation of color #9644D2: hue angle of 274.65º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9644D2 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 68 | 210 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.18 |
| HSL | 274.65º | 0.61% | 0.55% | - |
| HSV(B) | 274.65º | 0.68% | 0.82% | - |
| XYZ | 26.28 | 15.27 | 62.54 | - |
| YUV | 108.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 210 | 0.29 | 0.68 | 0 | 0.18 | 274.65 | 0.61 | 0.55 |
| Hex | 96 | 44 | D2 | 1D | 44 | 0 | 12 | 113 | 3D | 37 |
| Octal | 226 | 104 | 322 | 35 | 104 | 0 | 22 | 423 | 75 | 67 |
| Binary | 10010110 | 1000100 | 11010010 | 11101 | 1000100 | 0 | 10010 | 100010011 | 111101 | 110111 |
Color Harmonies of #9644D2
Complementary color
Monochromatic Colors of #9644D2
Black with #9644D2
Text Example
Text Example
White with #9644D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9644D2; }
p { color: rgb(150,68,210); }
H1.HeaderClassName
{
color: #9644D2;
}
.AnyTagClassName
{
color: #9644D2;
}
</style>
background-color css
<style>
a { background-color: #9644D2; }
a { background-color: rgb(150,68,210); }
div.DivClassName
{
background-color: #9644D2;
}
.BgClassName
{
background-color: #9644D2;
}
</style>
border-color css
<style>
span { border-color: #9644D2; }
span { border-color: rgb(150,68,210); }
td.TdClassName
{
border-color: #9644D2;
}
.TagClassName
{
border-color: #9644D2;
}
</style>