Shades of Dark Orchid #9941C1
Tints of Dark Orchid #9941C1
RGB
CMYK
RGB Variations
Color information
#9941C1 (or 0x9941C1) is known color: Dark Orchid. HEX triplet: 99, 41 and C1. RGB value is (153,65,193). Sum of RGB (Red+Green+Blue) = 153+65+193=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #9941C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9941C1 is #66BE3E. Grayscale: #696969. Windows color (decimal): -6733375 or 12665241. OLE color: 12665241.
HSL color Cylindrical-coordinate representation of color #9941C1: hue angle of 281.25º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9941C1 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 65 | 193 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.24 |
| HSL | 281.25º | 0.51% | 0.51% | - |
| HSV(B) | 281.25º | 0.66% | 0.76% | - |
| XYZ | 24.65 | 14.4 | 51.93 | - |
| YUV | 105.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 193 | 0.21 | 0.66 | 0 | 0.24 | 281.25 | 0.51 | 0.51 |
| Hex | 99 | 41 | C1 | 15 | 42 | 0 | 18 | 119 | 33 | 33 |
| Octal | 231 | 101 | 301 | 25 | 102 | 0 | 30 | 431 | 63 | 63 |
| Binary | 10011001 | 1000001 | 11000001 | 10101 | 1000010 | 0 | 11000 | 100011001 | 110011 | 110011 |
Color Harmonies of #9941C1
Complementary color
Monochromatic Colors of #9941C1
Black with #9941C1
Text Example
Text Example
White with #9941C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9941C1; }
p { color: rgb(153,65,193); }
H1.HeaderClassName
{
color: #9941C1;
}
.AnyTagClassName
{
color: #9941C1;
}
</style>
background-color css
<style>
a { background-color: #9941C1; }
a { background-color: rgb(153,65,193); }
div.DivClassName
{
background-color: #9941C1;
}
.BgClassName
{
background-color: #9941C1;
}
</style>
border-color css
<style>
span { border-color: #9941C1; }
span { border-color: rgb(153,65,193); }
td.TdClassName
{
border-color: #9941C1;
}
.TagClassName
{
border-color: #9941C1;
}
</style>