Shades of Dark Orchid #9F3BB4
Tints of Dark Orchid #9F3BB4
RGB
CMYK
RGB Variations
Color information
#9F3BB4 (or 0x9F3BB4) is known color: Dark Orchid. HEX triplet: 9F, 3B and B4. RGB value is (159,59,180). Sum of RGB (Red+Green+Blue) = 159+59+180=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F3BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3BB4 is #60C44B. Grayscale: #666666. Windows color (decimal): -6341708 or 11811743. OLE color: 11811743.
HSL color Cylindrical-coordinate representation of color #9F3BB4: hue angle of 289.59º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3BB4 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 59 | 180 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.29 |
| HSL | 289.59º | 0.51% | 0.47% | - |
| HSV(B) | 289.59º | 0.67% | 0.71% | - |
| XYZ | 24.1 | 13.79 | 44.57 | - |
| YUV | 102.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 180 | 0.12 | 0.67 | 0 | 0.29 | 289.59 | 0.51 | 0.47 |
| Hex | 9F | 3B | B4 | C | 43 | 0 | 1D | 122 | 33 | 2F |
| Octal | 237 | 73 | 264 | 14 | 103 | 0 | 35 | 442 | 63 | 57 |
| Binary | 10011111 | 111011 | 10110100 | 1100 | 1000011 | 0 | 11101 | 100100010 | 110011 | 101111 |
Color Harmonies of #9F3BB4
Complementary color
Monochromatic Colors of #9F3BB4
Black with #9F3BB4
Text Example
Text Example
White with #9F3BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3BB4; }
p { color: rgb(159,59,180); }
H1.HeaderClassName
{
color: #9F3BB4;
}
.AnyTagClassName
{
color: #9F3BB4;
}
</style>
background-color css
<style>
a { background-color: #9F3BB4; }
a { background-color: rgb(159,59,180); }
div.DivClassName
{
background-color: #9F3BB4;
}
.BgClassName
{
background-color: #9F3BB4;
}
</style>
border-color css
<style>
span { border-color: #9F3BB4; }
span { border-color: rgb(159,59,180); }
td.TdClassName
{
border-color: #9F3BB4;
}
.TagClassName
{
border-color: #9F3BB4;
}
</style>