Shades of Dark Orchid #9934BC
Tints of Dark Orchid #9934BC
RGB
CMYK
RGB Variations
Color information
#9934BC (or 0x9934BC) is known color: Dark Orchid. HEX triplet: 99, 34 and BC. RGB value is (153,52,188). Sum of RGB (Red+Green+Blue) = 153+52+188=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #9934BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9934BC is #66CB43. Grayscale: #616161. Windows color (decimal): -6736708 or 12334233. OLE color: 12334233.
HSL color Cylindrical-coordinate representation of color #9934BC: hue angle of 284.56º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9934BC is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 52 | 188 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.26 |
| HSL | 284.56º | 0.57% | 0.47% | - |
| HSV(B) | 284.56º | 0.72% | 0.74% | - |
| XYZ | 23.44 | 12.86 | 48.82 | - |
| YUV | 97.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 188 | 0.19 | 0.72 | 0 | 0.26 | 284.56 | 0.57 | 0.47 |
| Hex | 99 | 34 | BC | 13 | 48 | 0 | 1A | 11D | 39 | 2F |
| Octal | 231 | 64 | 274 | 23 | 110 | 0 | 32 | 435 | 71 | 57 |
| Binary | 10011001 | 110100 | 10111100 | 10011 | 1001000 | 0 | 11010 | 100011101 | 111001 | 101111 |
Color Harmonies of #9934BC
Complementary color
Monochromatic Colors of #9934BC
Black with #9934BC
Text Example
Text Example
White with #9934BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9934BC; }
p { color: rgb(153,52,188); }
H1.HeaderClassName
{
color: #9934BC;
}
.AnyTagClassName
{
color: #9934BC;
}
</style>
background-color css
<style>
a { background-color: #9934BC; }
a { background-color: rgb(153,52,188); }
div.DivClassName
{
background-color: #9934BC;
}
.BgClassName
{
background-color: #9934BC;
}
</style>
border-color css
<style>
span { border-color: #9934BC; }
span { border-color: rgb(153,52,188); }
td.TdClassName
{
border-color: #9934BC;
}
.TagClassName
{
border-color: #9934BC;
}
</style>