Shades of Dark Orchid #9F23B2
Tints of Dark Orchid #9F23B2
RGB
CMYK
RGB Variations
Color information
#9F23B2 (or 0x9F23B2) is known color: Dark Orchid. HEX triplet: 9F, 23 and B2. RGB value is (159,35,178). Sum of RGB (Red+Green+Blue) = 159+35+178=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #9F23B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F23B2 is #60DC4D. Grayscale: #575757. Windows color (decimal): -6347854 or 11674527. OLE color: 11674527.
HSL color Cylindrical-coordinate representation of color #9F23B2: hue angle of 292.03º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F23B2 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 35 | 178 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.30 |
| HSL | 292.03º | 0.67% | 0.42% | - |
| HSV(B) | 292.03º | 0.8% | 0.7% | - |
| XYZ | 22.93 | 11.79 | 43.19 | - |
| YUV | 88.38 | 178.58 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 178 | 0.11 | 0.80 | 0 | 0.30 | 292.03 | 0.67 | 0.42 |
| Hex | 9F | 23 | B2 | B | 50 | 0 | 1E | 124 | 43 | 2A |
| Octal | 237 | 43 | 262 | 13 | 120 | 0 | 36 | 444 | 103 | 52 |
| Binary | 10011111 | 100011 | 10110010 | 1011 | 1010000 | 0 | 11110 | 100100100 | 1000011 | 101010 |
Color Harmonies of #9F23B2
Complementary color
Monochromatic Colors of #9F23B2
Black with #9F23B2
Text Example
Text Example
White with #9F23B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F23B2; }
p { color: rgb(159,35,178); }
H1.HeaderClassName
{
color: #9F23B2;
}
.AnyTagClassName
{
color: #9F23B2;
}
</style>
background-color css
<style>
a { background-color: #9F23B2; }
a { background-color: rgb(159,35,178); }
div.DivClassName
{
background-color: #9F23B2;
}
.BgClassName
{
background-color: #9F23B2;
}
</style>
border-color css
<style>
span { border-color: #9F23B2; }
span { border-color: rgb(159,35,178); }
td.TdClassName
{
border-color: #9F23B2;
}
.TagClassName
{
border-color: #9F23B2;
}
</style>