Shades of Dark Orchid #9A39BB
Tints of Dark Orchid #9A39BB
RGB
CMYK
RGB Variations
Color information
#9A39BB (or 0x9A39BB) is known color: Dark Orchid. HEX triplet: 9A, 39 and BB. RGB value is (154,57,187). Sum of RGB (Red+Green+Blue) = 154+57+187=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A39BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A39BB is #65C644. Grayscale: #646464. Windows color (decimal): -6669893 or 12269978. OLE color: 12269978.
HSL color Cylindrical-coordinate representation of color #9A39BB: hue angle of 284.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A39BB is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 57 | 187 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.27 |
| HSL | 284.77º | 0.53% | 0.48% | - |
| HSV(B) | 284.77º | 0.7% | 0.73% | - |
| XYZ | 23.76 | 13.38 | 48.34 | - |
| YUV | 100.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 57 | 187 | 0.18 | 0.70 | 0 | 0.27 | 284.77 | 0.53 | 0.48 |
| Hex | 9A | 39 | BB | 12 | 46 | 0 | 1B | 11D | 35 | 30 |
| Octal | 232 | 71 | 273 | 22 | 106 | 0 | 33 | 435 | 65 | 60 |
| Binary | 10011010 | 111001 | 10111011 | 10010 | 1000110 | 0 | 11011 | 100011101 | 110101 | 110000 |
Color Harmonies of #9A39BB
Complementary color
Monochromatic Colors of #9A39BB
Black with #9A39BB
Text Example
Text Example
White with #9A39BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A39BB; }
p { color: rgb(154,57,187); }
H1.HeaderClassName
{
color: #9A39BB;
}
.AnyTagClassName
{
color: #9A39BB;
}
</style>
background-color css
<style>
a { background-color: #9A39BB; }
a { background-color: rgb(154,57,187); }
div.DivClassName
{
background-color: #9A39BB;
}
.BgClassName
{
background-color: #9A39BB;
}
</style>
border-color css
<style>
span { border-color: #9A39BB; }
span { border-color: rgb(154,57,187); }
td.TdClassName
{
border-color: #9A39BB;
}
.TagClassName
{
border-color: #9A39BB;
}
</style>