Shades of Dark Orchid #9A28BC
Tints of Dark Orchid #9A28BC
RGB
CMYK
RGB Variations
Color information
#9A28BC (or 0x9A28BC) is known color: Dark Orchid. HEX triplet: 9A, 28 and BC. RGB value is (154,40,188). Sum of RGB (Red+Green+Blue) = 154+40+188=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A28BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A28BC is #65D743. Grayscale: #5A5A5A. Windows color (decimal): -6674244 or 12331162. OLE color: 12331162.
HSL color Cylindrical-coordinate representation of color #9A28BC: hue angle of 286.22º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A28BC is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 40 | 188 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.26 |
| HSL | 286.22º | 0.65% | 0.45% | - |
| HSV(B) | 286.22º | 0.79% | 0.74% | - |
| XYZ | 23.16 | 12.02 | 48.68 | - |
| YUV | 90.96 | 182.77 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 40 | 188 | 0.18 | 0.79 | 0 | 0.26 | 286.22 | 0.65 | 0.45 |
| Hex | 9A | 28 | BC | 12 | 4F | 0 | 1A | 11E | 41 | 2D |
| Octal | 232 | 50 | 274 | 22 | 117 | 0 | 32 | 436 | 101 | 55 |
| Binary | 10011010 | 101000 | 10111100 | 10010 | 1001111 | 0 | 11010 | 100011110 | 1000001 | 101101 |
Color Harmonies of #9A28BC
Complementary color
Monochromatic Colors of #9A28BC
Black with #9A28BC
Text Example
Text Example
White with #9A28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A28BC; }
p { color: rgb(154,40,188); }
H1.HeaderClassName
{
color: #9A28BC;
}
.AnyTagClassName
{
color: #9A28BC;
}
</style>
background-color css
<style>
a { background-color: #9A28BC; }
a { background-color: rgb(154,40,188); }
div.DivClassName
{
background-color: #9A28BC;
}
.BgClassName
{
background-color: #9A28BC;
}
</style>
border-color css
<style>
span { border-color: #9A28BC; }
span { border-color: rgb(154,40,188); }
td.TdClassName
{
border-color: #9A28BC;
}
.TagClassName
{
border-color: #9A28BC;
}
</style>