Shades of Dark Orchid #9A41CF
Tints of Dark Orchid #9A41CF
RGB
CMYK
RGB Variations
Color information
#9A41CF (or 0x9A41CF) is known color: Dark Orchid. HEX triplet: 9A, 41 and CF. RGB value is (154,65,207). Sum of RGB (Red+Green+Blue) = 154+65+207=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A41CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A41CF is #65BE30. Grayscale: #6B6B6B. Windows color (decimal): -6667825 or 13582746. OLE color: 13582746.
HSL color Cylindrical-coordinate representation of color #9A41CF: hue angle of 277.61º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A41CF is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 65 | 207 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.19 |
| HSL | 277.61º | 0.6% | 0.53% | - |
| HSV(B) | 277.61º | 0.69% | 0.81% | - |
| XYZ | 26.48 | 15.16 | 60.56 | - |
| YUV | 107.8 | 183.99 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 207 | 0.26 | 0.69 | 0 | 0.19 | 277.61 | 0.6 | 0.53 |
| Hex | 9A | 41 | CF | 1A | 45 | 0 | 13 | 116 | 3C | 35 |
| Octal | 232 | 101 | 317 | 32 | 105 | 0 | 23 | 426 | 74 | 65 |
| Binary | 10011010 | 1000001 | 11001111 | 11010 | 1000101 | 0 | 10011 | 100010110 | 111100 | 110101 |
Color Harmonies of #9A41CF
Complementary color
Monochromatic Colors of #9A41CF
Black with #9A41CF
Text Example
Text Example
White with #9A41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A41CF; }
p { color: rgb(154,65,207); }
H1.HeaderClassName
{
color: #9A41CF;
}
.AnyTagClassName
{
color: #9A41CF;
}
</style>
background-color css
<style>
a { background-color: #9A41CF; }
a { background-color: rgb(154,65,207); }
div.DivClassName
{
background-color: #9A41CF;
}
.BgClassName
{
background-color: #9A41CF;
}
</style>
border-color css
<style>
span { border-color: #9A41CF; }
span { border-color: rgb(154,65,207); }
td.TdClassName
{
border-color: #9A41CF;
}
.TagClassName
{
border-color: #9A41CF;
}
</style>