Shades of Dark Orchid #9941C8
Tints of Dark Orchid #9941C8
RGB
CMYK
RGB Variations
Color information
#9941C8 (or 0x9941C8) is known color: Dark Orchid. HEX triplet: 99, 41 and C8. RGB value is (153,65,200). Sum of RGB (Red+Green+Blue) = 153+65+200=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #9941C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9941C8 is #66BE37. Grayscale: #6A6A6A. Windows color (decimal): -6733368 or 13123993. OLE color: 13123993.
HSL color Cylindrical-coordinate representation of color #9941C8: hue angle of 279.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9941C8 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 65 | 200 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.22 |
| HSL | 279.11º | 0.55% | 0.52% | - |
| HSV(B) | 279.11º | 0.68% | 0.78% | - |
| XYZ | 25.45 | 14.72 | 56.14 | - |
| YUV | 106.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 200 | 0.24 | 0.68 | 0 | 0.22 | 279.11 | 0.55 | 0.52 |
| Hex | 99 | 41 | C8 | 18 | 44 | 0 | 16 | 117 | 37 | 34 |
| Octal | 231 | 101 | 310 | 30 | 104 | 0 | 26 | 427 | 67 | 64 |
| Binary | 10011001 | 1000001 | 11001000 | 11000 | 1000100 | 0 | 10110 | 100010111 | 110111 | 110100 |
Color Harmonies of #9941C8
Complementary color
Monochromatic Colors of #9941C8
Black with #9941C8
Text Example
Text Example
White with #9941C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9941C8; }
p { color: rgb(153,65,200); }
H1.HeaderClassName
{
color: #9941C8;
}
.AnyTagClassName
{
color: #9941C8;
}
</style>
background-color css
<style>
a { background-color: #9941C8; }
a { background-color: rgb(153,65,200); }
div.DivClassName
{
background-color: #9941C8;
}
.BgClassName
{
background-color: #9941C8;
}
</style>
border-color css
<style>
span { border-color: #9941C8; }
span { border-color: rgb(153,65,200); }
td.TdClassName
{
border-color: #9941C8;
}
.TagClassName
{
border-color: #9941C8;
}
</style>