Shades of Dark Orchid #9A41CE
Tints of Dark Orchid #9A41CE
RGB
CMYK
RGB Variations
Color information
#9A41CE (or 0x9A41CE) is known color: Dark Orchid. HEX triplet: 9A, 41 and CE. RGB value is (154,65,206). Sum of RGB (Red+Green+Blue) = 154+65+206=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A41CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A41CE is #65BE31. Grayscale: #6B6B6B. Windows color (decimal): -6667826 or 13517210. OLE color: 13517210.
HSL color Cylindrical-coordinate representation of color #9A41CE: hue angle of 277.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A41CE is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 65 | 206 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.19 |
| HSL | 277.87º | 0.59% | 0.53% | - |
| HSV(B) | 277.87º | 0.68% | 0.81% | - |
| XYZ | 26.36 | 15.11 | 59.92 | - |
| YUV | 107.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 206 | 0.25 | 0.68 | 0 | 0.19 | 277.87 | 0.59 | 0.53 |
| Hex | 9A | 41 | CE | 19 | 44 | 0 | 13 | 116 | 3B | 35 |
| Octal | 232 | 101 | 316 | 31 | 104 | 0 | 23 | 426 | 73 | 65 |
| Binary | 10011010 | 1000001 | 11001110 | 11001 | 1000100 | 0 | 10011 | 100010110 | 111011 | 110101 |
Color Harmonies of #9A41CE
Complementary color
Monochromatic Colors of #9A41CE
Black with #9A41CE
Text Example
Text Example
White with #9A41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A41CE; }
p { color: rgb(154,65,206); }
H1.HeaderClassName
{
color: #9A41CE;
}
.AnyTagClassName
{
color: #9A41CE;
}
</style>
background-color css
<style>
a { background-color: #9A41CE; }
a { background-color: rgb(154,65,206); }
div.DivClassName
{
background-color: #9A41CE;
}
.BgClassName
{
background-color: #9A41CE;
}
</style>
border-color css
<style>
span { border-color: #9A41CE; }
span { border-color: rgb(154,65,206); }
td.TdClassName
{
border-color: #9A41CE;
}
.TagClassName
{
border-color: #9A41CE;
}
</style>