Shades of Dark Orchid #9943C8
Tints of Dark Orchid #9943C8
RGB
CMYK
RGB Variations
Color information
#9943C8 (or 0x9943C8) is known color: Dark Orchid. HEX triplet: 99, 43 and C8. RGB value is (153,67,200). Sum of RGB (Red+Green+Blue) = 153+67+200=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #9943C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9943C8 is #66BC37. Grayscale: #6B6B6B. Windows color (decimal): -6732856 or 13124505. OLE color: 13124505.
HSL color Cylindrical-coordinate representation of color #9943C8: hue angle of 278.8º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9943C8 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 67 | 200 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.22 |
| HSL | 278.8º | 0.55% | 0.52% | - |
| HSV(B) | 278.8º | 0.67% | 0.78% | - |
| XYZ | 25.57 | 14.96 | 56.18 | - |
| YUV | 107.88 | 179.99 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 200 | 0.24 | 0.66 | 0 | 0.22 | 278.8 | 0.55 | 0.52 |
| Hex | 99 | 43 | C8 | 18 | 42 | 0 | 16 | 117 | 37 | 34 |
| Octal | 231 | 103 | 310 | 30 | 102 | 0 | 26 | 427 | 67 | 64 |
| Binary | 10011001 | 1000011 | 11001000 | 11000 | 1000010 | 0 | 10110 | 100010111 | 110111 | 110100 |
Color Harmonies of #9943C8
Complementary color
Monochromatic Colors of #9943C8
Black with #9943C8
Text Example
Text Example
White with #9943C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9943C8; }
p { color: rgb(153,67,200); }
H1.HeaderClassName
{
color: #9943C8;
}
.AnyTagClassName
{
color: #9943C8;
}
</style>
background-color css
<style>
a { background-color: #9943C8; }
a { background-color: rgb(153,67,200); }
div.DivClassName
{
background-color: #9943C8;
}
.BgClassName
{
background-color: #9943C8;
}
</style>
border-color css
<style>
span { border-color: #9943C8; }
span { border-color: rgb(153,67,200); }
td.TdClassName
{
border-color: #9943C8;
}
.TagClassName
{
border-color: #9943C8;
}
</style>