Shades of Dark Orchid #9934B5
Tints of Dark Orchid #9934B5
RGB
CMYK
RGB Variations
Color information
#9934B5 (or 0x9934B5) is known color: Dark Orchid. HEX triplet: 99, 34 and B5. RGB value is (153,52,181). Sum of RGB (Red+Green+Blue) = 153+52+181=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 181 - color contains mainly: blue. Hex color #9934B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9934B5 is #66CB4A. Grayscale: #606060. Windows color (decimal): -6736715 or 11875481. OLE color: 11875481.
HSL color Cylindrical-coordinate representation of color #9934B5: hue angle of 286.98º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9934B5 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 52 | 181 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.29 |
| HSL | 286.98º | 0.55% | 0.46% | - |
| HSV(B) | 286.98º | 0.71% | 0.71% | - |
| XYZ | 22.71 | 12.56 | 44.94 | - |
| YUV | 96.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 181 | 0.15 | 0.71 | 0 | 0.29 | 286.98 | 0.55 | 0.46 |
| Hex | 99 | 34 | B5 | F | 47 | 0 | 1D | 11F | 37 | 2E |
| Octal | 231 | 64 | 265 | 17 | 107 | 0 | 35 | 437 | 67 | 56 |
| Binary | 10011001 | 110100 | 10110101 | 1111 | 1000111 | 0 | 11101 | 100011111 | 110111 | 101110 |
Color Harmonies of #9934B5
Complementary color
Monochromatic Colors of #9934B5
Black with #9934B5
Text Example
Text Example
White with #9934B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9934B5; }
p { color: rgb(153,52,181); }
H1.HeaderClassName
{
color: #9934B5;
}
.AnyTagClassName
{
color: #9934B5;
}
</style>
background-color css
<style>
a { background-color: #9934B5; }
a { background-color: rgb(153,52,181); }
div.DivClassName
{
background-color: #9934B5;
}
.BgClassName
{
background-color: #9934B5;
}
</style>
border-color css
<style>
span { border-color: #9934B5; }
span { border-color: rgb(153,52,181); }
td.TdClassName
{
border-color: #9934B5;
}
.TagClassName
{
border-color: #9934B5;
}
</style>