Shades of Dark Orchid #9648D5
Tints of Dark Orchid #9648D5
RGB
CMYK
RGB Variations
Color information
#9648D5 (or 0x9648D5) is known color: Dark Orchid. HEX triplet: 96, 48 and D5. RGB value is (150,72,213). Sum of RGB (Red+Green+Blue) = 150+72+213=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #9648D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9648D5 is #69B72A. Grayscale: #6E6E6E. Windows color (decimal): -6928171 or 13977750. OLE color: 13977750.
HSL color Cylindrical-coordinate representation of color #9648D5: hue angle of 273.19º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9648D5 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 72 | 213 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.16 |
| HSL | 273.19º | 0.63% | 0.56% | - |
| HSV(B) | 273.19º | 0.66% | 0.84% | - |
| XYZ | 26.91 | 15.92 | 64.61 | - |
| YUV | 111.4 | 185.34 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 213 | 0.30 | 0.66 | 0 | 0.16 | 273.19 | 0.63 | 0.56 |
| Hex | 96 | 48 | D5 | 1E | 42 | 0 | 10 | 111 | 3F | 38 |
| Octal | 226 | 110 | 325 | 36 | 102 | 0 | 20 | 421 | 77 | 70 |
| Binary | 10010110 | 1001000 | 11010101 | 11110 | 1000010 | 0 | 10000 | 100010001 | 111111 | 111000 |
Color Harmonies of #9648D5
Complementary color
Monochromatic Colors of #9648D5
Black with #9648D5
Text Example
Text Example
White with #9648D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9648D5; }
p { color: rgb(150,72,213); }
H1.HeaderClassName
{
color: #9648D5;
}
.AnyTagClassName
{
color: #9648D5;
}
</style>
background-color css
<style>
a { background-color: #9648D5; }
a { background-color: rgb(150,72,213); }
div.DivClassName
{
background-color: #9648D5;
}
.BgClassName
{
background-color: #9648D5;
}
</style>
border-color css
<style>
span { border-color: #9648D5; }
span { border-color: rgb(150,72,213); }
td.TdClassName
{
border-color: #9648D5;
}
.TagClassName
{
border-color: #9648D5;
}
</style>