Shades of Dark Orchid #9B1ECA
Tints of Dark Orchid #9B1ECA
RGB
CMYK
RGB Variations
Color information
#9B1ECA (or 0x9B1ECA) is known color: Dark Orchid. HEX triplet: 9B, 1E and CA. RGB value is (155,30,202). Sum of RGB (Red+Green+Blue) = 155+30+202=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B1ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1ECA is #64E135. Grayscale: #565656. Windows color (decimal): -6611254 or 13246107. OLE color: 13246107.
HSL color Cylindrical-coordinate representation of color #9B1ECA: hue angle of 283.6º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1ECA is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 30 | 202 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.21 |
| HSL | 283.6º | 0.74% | 0.45% | - |
| HSV(B) | 283.6º | 0.85% | 0.79% | - |
| XYZ | 24.64 | 12.16 | 56.93 | - |
| YUV | 86.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 30 | 202 | 0.23 | 0.85 | 0 | 0.21 | 283.6 | 0.74 | 0.45 |
| Hex | 9B | 1E | CA | 17 | 55 | 0 | 15 | 11C | 4A | 2D |
| Octal | 233 | 36 | 312 | 27 | 125 | 0 | 25 | 434 | 112 | 55 |
| Binary | 10011011 | 11110 | 11001010 | 10111 | 1010101 | 0 | 10101 | 100011100 | 1001010 | 101101 |
Color Harmonies of #9B1ECA
Complementary color
Monochromatic Colors of #9B1ECA
Black with #9B1ECA
Text Example
Text Example
White with #9B1ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1ECA; }
p { color: rgb(155,30,202); }
H1.HeaderClassName
{
color: #9B1ECA;
}
.AnyTagClassName
{
color: #9B1ECA;
}
</style>
background-color css
<style>
a { background-color: #9B1ECA; }
a { background-color: rgb(155,30,202); }
div.DivClassName
{
background-color: #9B1ECA;
}
.BgClassName
{
background-color: #9B1ECA;
}
</style>
border-color css
<style>
span { border-color: #9B1ECA; }
span { border-color: rgb(155,30,202); }
td.TdClassName
{
border-color: #9B1ECA;
}
.TagClassName
{
border-color: #9B1ECA;
}
</style>