Shades of Dark Orchid #9934C3
Tints of Dark Orchid #9934C3
RGB
CMYK
RGB Variations
Color information
#9934C3 (or 0x9934C3) is known color: Dark Orchid. HEX triplet: 99, 34 and C3. RGB value is (153,52,195). Sum of RGB (Red+Green+Blue) = 153+52+195=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #9934C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9934C3 is #66CB3C. Grayscale: #626262. Windows color (decimal): -6736701 or 12792985. OLE color: 12792985.
HSL color Cylindrical-coordinate representation of color #9934C3: hue angle of 282.38º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9934C3 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 52 | 195 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.24 |
| HSL | 282.38º | 0.58% | 0.48% | - |
| HSV(B) | 282.38º | 0.73% | 0.76% | - |
| XYZ | 24.22 | 13.17 | 52.9 | - |
| YUV | 98.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 195 | 0.22 | 0.73 | 0 | 0.24 | 282.38 | 0.58 | 0.48 |
| Hex | 99 | 34 | C3 | 16 | 49 | 0 | 18 | 11A | 3A | 30 |
| Octal | 231 | 64 | 303 | 26 | 111 | 0 | 30 | 432 | 72 | 60 |
| Binary | 10011001 | 110100 | 11000011 | 10110 | 1001001 | 0 | 11000 | 100011010 | 111010 | 110000 |
Color Harmonies of #9934C3
Complementary color
Monochromatic Colors of #9934C3
Black with #9934C3
Text Example
Text Example
White with #9934C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9934C3; }
p { color: rgb(153,52,195); }
H1.HeaderClassName
{
color: #9934C3;
}
.AnyTagClassName
{
color: #9934C3;
}
</style>
background-color css
<style>
a { background-color: #9934C3; }
a { background-color: rgb(153,52,195); }
div.DivClassName
{
background-color: #9934C3;
}
.BgClassName
{
background-color: #9934C3;
}
</style>
border-color css
<style>
span { border-color: #9934C3; }
span { border-color: rgb(153,52,195); }
td.TdClassName
{
border-color: #9934C3;
}
.TagClassName
{
border-color: #9934C3;
}
</style>