Shades of Dark Orchid #9F40CA
Tints of Dark Orchid #9F40CA
RGB
CMYK
RGB Variations
Color information
#9F40CA (or 0x9F40CA) is known color: Dark Orchid. HEX triplet: 9F, 40 and CA. RGB value is (159,64,202). Sum of RGB (Red+Green+Blue) = 159+64+202=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F40CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F40CA is #60BF35. Grayscale: #6B6B6B. Windows color (decimal): -6340406 or 13254815. OLE color: 13254815.
HSL color Cylindrical-coordinate representation of color #9F40CA: hue angle of 281.3º degrees, saturation: 0.57, 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 #9F40CA is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 64 | 202 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.21 |
| HSL | 281.3º | 0.57% | 0.52% | - |
| HSV(B) | 281.3º | 0.68% | 0.79% | - |
| XYZ | 26.79 | 15.3 | 57.42 | - |
| YUV | 108.14 | 180.97 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 202 | 0.21 | 0.68 | 0 | 0.21 | 281.3 | 0.57 | 0.52 |
| Hex | 9F | 40 | CA | 15 | 44 | 0 | 15 | 119 | 39 | 34 |
| Octal | 237 | 100 | 312 | 25 | 104 | 0 | 25 | 431 | 71 | 64 |
| Binary | 10011111 | 1000000 | 11001010 | 10101 | 1000100 | 0 | 10101 | 100011001 | 111001 | 110100 |
Color Harmonies of #9F40CA
Complementary color
Monochromatic Colors of #9F40CA
Black with #9F40CA
Text Example
Text Example
White with #9F40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F40CA; }
p { color: rgb(159,64,202); }
H1.HeaderClassName
{
color: #9F40CA;
}
.AnyTagClassName
{
color: #9F40CA;
}
</style>
background-color css
<style>
a { background-color: #9F40CA; }
a { background-color: rgb(159,64,202); }
div.DivClassName
{
background-color: #9F40CA;
}
.BgClassName
{
background-color: #9F40CA;
}
</style>
border-color css
<style>
span { border-color: #9F40CA; }
span { border-color: rgb(159,64,202); }
td.TdClassName
{
border-color: #9F40CA;
}
.TagClassName
{
border-color: #9F40CA;
}
</style>