Shades of Dark Orchid #9F30CA
Tints of Dark Orchid #9F30CA
RGB
CMYK
RGB Variations
Color information
#9F30CA (or 0x9F30CA) is known color: Dark Orchid. HEX triplet: 9F, 30 and CA. RGB value is (159,48,202). Sum of RGB (Red+Green+Blue) = 159+48+202=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F30CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F30CA is #60CF35. Grayscale: #626262. Windows color (decimal): -6344502 or 13250719. OLE color: 13250719.
HSL color Cylindrical-coordinate representation of color #9F30CA: hue angle of 283.25º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F30CA is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 48 | 202 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.21 |
| HSL | 283.25º | 0.62% | 0.49% | - |
| HSV(B) | 283.25º | 0.76% | 0.79% | - |
| XYZ | 26.02 | 13.75 | 57.16 | - |
| YUV | 98.75 | 186.27 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 202 | 0.21 | 0.76 | 0 | 0.21 | 283.25 | 0.62 | 0.49 |
| Hex | 9F | 30 | CA | 15 | 4C | 0 | 15 | 11B | 3E | 31 |
| Octal | 237 | 60 | 312 | 25 | 114 | 0 | 25 | 433 | 76 | 61 |
| Binary | 10011111 | 110000 | 11001010 | 10101 | 1001100 | 0 | 10101 | 100011011 | 111110 | 110001 |
Color Harmonies of #9F30CA
Complementary color
Monochromatic Colors of #9F30CA
Black with #9F30CA
Text Example
Text Example
White with #9F30CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F30CA; }
p { color: rgb(159,48,202); }
H1.HeaderClassName
{
color: #9F30CA;
}
.AnyTagClassName
{
color: #9F30CA;
}
</style>
background-color css
<style>
a { background-color: #9F30CA; }
a { background-color: rgb(159,48,202); }
div.DivClassName
{
background-color: #9F30CA;
}
.BgClassName
{
background-color: #9F30CA;
}
</style>
border-color css
<style>
span { border-color: #9F30CA; }
span { border-color: rgb(159,48,202); }
td.TdClassName
{
border-color: #9F30CA;
}
.TagClassName
{
border-color: #9F30CA;
}
</style>