Shades of Dark Orchid #9F44CB
Tints of Dark Orchid #9F44CB
RGB
CMYK
RGB Variations
Color information
#9F44CB (or 0x9F44CB) is known color: Dark Orchid. HEX triplet: 9F, 44 and CB. RGB value is (159,68,203). Sum of RGB (Red+Green+Blue) = 159+68+203=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F44CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F44CB is #60BB34. Grayscale: #6E6E6E. Windows color (decimal): -6339381 or 13321375. OLE color: 13321375.
HSL color Cylindrical-coordinate representation of color #9F44CB: hue angle of 280.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F44CB is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 68 | 203 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.20 |
| HSL | 280.44º | 0.56% | 0.53% | - |
| HSV(B) | 280.44º | 0.67% | 0.8% | - |
| XYZ | 27.14 | 15.82 | 58.12 | - |
| YUV | 110.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 203 | 0.22 | 0.67 | 0 | 0.20 | 280.44 | 0.56 | 0.53 |
| Hex | 9F | 44 | CB | 16 | 43 | 0 | 14 | 118 | 38 | 35 |
| Octal | 237 | 104 | 313 | 26 | 103 | 0 | 24 | 430 | 70 | 65 |
| Binary | 10011111 | 1000100 | 11001011 | 10110 | 1000011 | 0 | 10100 | 100011000 | 111000 | 110101 |
Color Harmonies of #9F44CB
Complementary color
Monochromatic Colors of #9F44CB
Black with #9F44CB
Text Example
Text Example
White with #9F44CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F44CB; }
p { color: rgb(159,68,203); }
H1.HeaderClassName
{
color: #9F44CB;
}
.AnyTagClassName
{
color: #9F44CB;
}
</style>
background-color css
<style>
a { background-color: #9F44CB; }
a { background-color: rgb(159,68,203); }
div.DivClassName
{
background-color: #9F44CB;
}
.BgClassName
{
background-color: #9F44CB;
}
</style>
border-color css
<style>
span { border-color: #9F44CB; }
span { border-color: rgb(159,68,203); }
td.TdClassName
{
border-color: #9F44CB;
}
.TagClassName
{
border-color: #9F44CB;
}
</style>