Shades of Dark Orchid #9633DB
Tints of Dark Orchid #9633DB
RGB
CMYK
RGB Variations
Color information
#9633DB (or 0x9633DB) is known color: Dark Orchid. HEX triplet: 96, 33 and DB. RGB value is (150,51,219). Sum of RGB (Red+Green+Blue) = 150+51+219=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #9633DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9633DB is #69CC24. Grayscale: #636363. Windows color (decimal): -6933541 or 14365590. OLE color: 14365590.
HSL color Cylindrical-coordinate representation of color #9633DB: hue angle of 275.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9633DB is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 51 | 219 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.14 |
| HSL | 275.36º | 0.7% | 0.53% | - |
| HSV(B) | 275.36º | 0.77% | 0.86% | - |
| XYZ | 26.55 | 13.97 | 68.31 | - |
| YUV | 99.75 | 195.3 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 219 | 0.32 | 0.77 | 0 | 0.14 | 275.36 | 0.7 | 0.53 |
| Hex | 96 | 33 | DB | 20 | 4D | 0 | E | 113 | 46 | 35 |
| Octal | 226 | 63 | 333 | 40 | 115 | 0 | 16 | 423 | 106 | 65 |
| Binary | 10010110 | 110011 | 11011011 | 100000 | 1001101 | 0 | 1110 | 100010011 | 1000110 | 110101 |
Color Harmonies of #9633DB
Complementary color
Monochromatic Colors of #9633DB
Black with #9633DB
Text Example
Text Example
White with #9633DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9633DB; }
p { color: rgb(150,51,219); }
H1.HeaderClassName
{
color: #9633DB;
}
.AnyTagClassName
{
color: #9633DB;
}
</style>
background-color css
<style>
a { background-color: #9633DB; }
a { background-color: rgb(150,51,219); }
div.DivClassName
{
background-color: #9633DB;
}
.BgClassName
{
background-color: #9633DB;
}
</style>
border-color css
<style>
span { border-color: #9633DB; }
span { border-color: rgb(150,51,219); }
td.TdClassName
{
border-color: #9633DB;
}
.TagClassName
{
border-color: #9633DB;
}
</style>