Shades of Dark Orchid #9A1BBE
Tints of Dark Orchid #9A1BBE
RGB
CMYK
RGB Variations
Color information
#9A1BBE (or 0x9A1BBE) is known color: Dark Orchid. HEX triplet: 9A, 1B and BE. RGB value is (154,27,190). Sum of RGB (Red+Green+Blue) = 154+27+190=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A1BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1BBE is #65E441. Grayscale: #535353. Windows color (decimal): -6677570 or 12458906. OLE color: 12458906.
HSL color Cylindrical-coordinate representation of color #9A1BBE: hue angle of 286.75º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1BBE is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 27 | 190 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.25 |
| HSL | 286.75º | 0.75% | 0.43% | - |
| HSV(B) | 286.75º | 0.86% | 0.75% | - |
| XYZ | 23.01 | 11.37 | 49.7 | - |
| YUV | 83.56 | 188.08 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 190 | 0.19 | 0.86 | 0 | 0.25 | 286.75 | 0.75 | 0.43 |
| Hex | 9A | 1B | BE | 13 | 56 | 0 | 19 | 11F | 4B | 2B |
| Octal | 232 | 33 | 276 | 23 | 126 | 0 | 31 | 437 | 113 | 53 |
| Binary | 10011010 | 11011 | 10111110 | 10011 | 1010110 | 0 | 11001 | 100011111 | 1001011 | 101011 |
Color Harmonies of #9A1BBE
Complementary color
Monochromatic Colors of #9A1BBE
Black with #9A1BBE
Text Example
Text Example
White with #9A1BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1BBE; }
p { color: rgb(154,27,190); }
H1.HeaderClassName
{
color: #9A1BBE;
}
.AnyTagClassName
{
color: #9A1BBE;
}
</style>
background-color css
<style>
a { background-color: #9A1BBE; }
a { background-color: rgb(154,27,190); }
div.DivClassName
{
background-color: #9A1BBE;
}
.BgClassName
{
background-color: #9A1BBE;
}
</style>
border-color css
<style>
span { border-color: #9A1BBE; }
span { border-color: rgb(154,27,190); }
td.TdClassName
{
border-color: #9A1BBE;
}
.TagClassName
{
border-color: #9A1BBE;
}
</style>