Shades of Dark Orchid #9934DB
Tints of Dark Orchid #9934DB
RGB
CMYK
RGB Variations
Color information
#9934DB (or 0x9934DB) is known color: Dark Orchid. HEX triplet: 99, 34 and DB. RGB value is (153,52,219). Sum of RGB (Red+Green+Blue) = 153+52+219=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #9934DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9934DB is #66CB24. Grayscale: #646464. Windows color (decimal): -6736677 or 14365849. OLE color: 14365849.
HSL color Cylindrical-coordinate representation of color #9934DB: hue angle of 276.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9934DB is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 52 | 219 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.14 |
| HSL | 276.29º | 0.7% | 0.53% | - |
| HSV(B) | 276.29º | 0.76% | 0.86% | - |
| XYZ | 27.15 | 14.34 | 68.36 | - |
| YUV | 101.24 | 194.46 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 219 | 0.30 | 0.76 | 0 | 0.14 | 276.29 | 0.7 | 0.53 |
| Hex | 99 | 34 | DB | 1E | 4C | 0 | E | 114 | 46 | 35 |
| Octal | 231 | 64 | 333 | 36 | 114 | 0 | 16 | 424 | 106 | 65 |
| Binary | 10011001 | 110100 | 11011011 | 11110 | 1001100 | 0 | 1110 | 100010100 | 1000110 | 110101 |
Color Harmonies of #9934DB
Complementary color
Monochromatic Colors of #9934DB
Black with #9934DB
Text Example
Text Example
White with #9934DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9934DB; }
p { color: rgb(153,52,219); }
H1.HeaderClassName
{
color: #9934DB;
}
.AnyTagClassName
{
color: #9934DB;
}
</style>
background-color css
<style>
a { background-color: #9934DB; }
a { background-color: rgb(153,52,219); }
div.DivClassName
{
background-color: #9934DB;
}
.BgClassName
{
background-color: #9934DB;
}
</style>
border-color css
<style>
span { border-color: #9934DB; }
span { border-color: rgb(153,52,219); }
td.TdClassName
{
border-color: #9934DB;
}
.TagClassName
{
border-color: #9934DB;
}
</style>