Shades of Dark Orchid #9B1EAF
Tints of Dark Orchid #9B1EAF
RGB
CMYK
RGB Variations
Color information
#9B1EAF (or 0x9B1EAF) is known color: Dark Orchid. HEX triplet: 9B, 1E and AF. RGB value is (155,30,175). Sum of RGB (Red+Green+Blue) = 155+30+175=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B1EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1EAF is #64E150. Grayscale: #535353. Windows color (decimal): -6611281 or 11476635. OLE color: 11476635.
HSL color Cylindrical-coordinate representation of color #9B1EAF: hue angle of 291.72º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1EAF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 30 | 175 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.31 |
| HSL | 291.72º | 0.71% | 0.4% | - |
| HSV(B) | 291.72º | 0.83% | 0.69% | - |
| XYZ | 21.72 | 10.99 | 41.53 | - |
| YUV | 83.91 | 179.41 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 30 | 175 | 0.11 | 0.83 | 0 | 0.31 | 291.72 | 0.71 | 0.4 |
| Hex | 9B | 1E | AF | B | 53 | 0 | 1F | 124 | 47 | 28 |
| Octal | 233 | 36 | 257 | 13 | 123 | 0 | 37 | 444 | 107 | 50 |
| Binary | 10011011 | 11110 | 10101111 | 1011 | 1010011 | 0 | 11111 | 100100100 | 1000111 | 101000 |
Color Harmonies of #9B1EAF
Complementary color
Monochromatic Colors of #9B1EAF
Black with #9B1EAF
Text Example
Text Example
White with #9B1EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1EAF; }
p { color: rgb(155,30,175); }
H1.HeaderClassName
{
color: #9B1EAF;
}
.AnyTagClassName
{
color: #9B1EAF;
}
</style>
background-color css
<style>
a { background-color: #9B1EAF; }
a { background-color: rgb(155,30,175); }
div.DivClassName
{
background-color: #9B1EAF;
}
.BgClassName
{
background-color: #9B1EAF;
}
</style>
border-color css
<style>
span { border-color: #9B1EAF; }
span { border-color: rgb(155,30,175); }
td.TdClassName
{
border-color: #9B1EAF;
}
.TagClassName
{
border-color: #9B1EAF;
}
</style>