Shades of Dark Orchid #9B28C1
Tints of Dark Orchid #9B28C1
RGB
CMYK
RGB Variations
Color information
#9B28C1 (or 0x9B28C1) is known color: Dark Orchid. HEX triplet: 9B, 28 and C1. RGB value is (155,40,193). Sum of RGB (Red+Green+Blue) = 155+40+193=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B28C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B28C1 is #64D73E. Grayscale: #5B5B5B. Windows color (decimal): -6608703 or 12658843. OLE color: 12658843.
HSL color Cylindrical-coordinate representation of color #9B28C1: hue angle of 285.1º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B28C1 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 40 | 193 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.24 |
| HSL | 285.1º | 0.66% | 0.46% | - |
| HSV(B) | 285.1º | 0.79% | 0.76% | - |
| XYZ | 23.9 | 12.34 | 51.57 | - |
| YUV | 91.83 | 185.1 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 193 | 0.20 | 0.79 | 0 | 0.24 | 285.1 | 0.66 | 0.46 |
| Hex | 9B | 28 | C1 | 14 | 4F | 0 | 18 | 11D | 42 | 2E |
| Octal | 233 | 50 | 301 | 24 | 117 | 0 | 30 | 435 | 102 | 56 |
| Binary | 10011011 | 101000 | 11000001 | 10100 | 1001111 | 0 | 11000 | 100011101 | 1000010 | 101110 |
Color Harmonies of #9B28C1
Complementary color
Monochromatic Colors of #9B28C1
Black with #9B28C1
Text Example
Text Example
White with #9B28C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B28C1; }
p { color: rgb(155,40,193); }
H1.HeaderClassName
{
color: #9B28C1;
}
.AnyTagClassName
{
color: #9B28C1;
}
</style>
background-color css
<style>
a { background-color: #9B28C1; }
a { background-color: rgb(155,40,193); }
div.DivClassName
{
background-color: #9B28C1;
}
.BgClassName
{
background-color: #9B28C1;
}
</style>
border-color css
<style>
span { border-color: #9B28C1; }
span { border-color: rgb(155,40,193); }
td.TdClassName
{
border-color: #9B28C1;
}
.TagClassName
{
border-color: #9B28C1;
}
</style>