Shades of Dark Orchid #9F41CA
Tints of Dark Orchid #9F41CA
RGB
CMYK
RGB Variations
Color information
#9F41CA (or 0x9F41CA) is known color: Dark Orchid. HEX triplet: 9F, 41 and CA. RGB value is (159,65,202). Sum of RGB (Red+Green+Blue) = 159+65+202=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F41CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F41CA is #60BE35. Grayscale: #6C6C6C. Windows color (decimal): -6340150 or 13255071. OLE color: 13255071.
HSL color Cylindrical-coordinate representation of color #9F41CA: hue angle of 281.17º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F41CA is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 65 | 202 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.21 |
| HSL | 281.17º | 0.56% | 0.52% | - |
| HSV(B) | 281.17º | 0.68% | 0.79% | - |
| XYZ | 26.85 | 15.42 | 57.44 | - |
| YUV | 108.72 | 180.64 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 202 | 0.21 | 0.68 | 0 | 0.21 | 281.17 | 0.56 | 0.52 |
| Hex | 9F | 41 | CA | 15 | 44 | 0 | 15 | 119 | 38 | 34 |
| Octal | 237 | 101 | 312 | 25 | 104 | 0 | 25 | 431 | 70 | 64 |
| Binary | 10011111 | 1000001 | 11001010 | 10101 | 1000100 | 0 | 10101 | 100011001 | 111000 | 110100 |
Color Harmonies of #9F41CA
Complementary color
Monochromatic Colors of #9F41CA
Black with #9F41CA
Text Example
Text Example
White with #9F41CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F41CA; }
p { color: rgb(159,65,202); }
H1.HeaderClassName
{
color: #9F41CA;
}
.AnyTagClassName
{
color: #9F41CA;
}
</style>
background-color css
<style>
a { background-color: #9F41CA; }
a { background-color: rgb(159,65,202); }
div.DivClassName
{
background-color: #9F41CA;
}
.BgClassName
{
background-color: #9F41CA;
}
</style>
border-color css
<style>
span { border-color: #9F41CA; }
span { border-color: rgb(159,65,202); }
td.TdClassName
{
border-color: #9F41CA;
}
.TagClassName
{
border-color: #9F41CA;
}
</style>