Shades of Dark Orchid #9A1DBE
Tints of Dark Orchid #9A1DBE
RGB
CMYK
RGB Variations
Color information
#9A1DBE (or 0x9A1DBE) is known color: Dark Orchid. HEX triplet: 9A, 1D and BE. RGB value is (154,29,190). Sum of RGB (Red+Green+Blue) = 154+29+190=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A1DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1DBE is #65E241. Grayscale: #545454. Windows color (decimal): -6677058 or 12459418. OLE color: 12459418.
HSL color Cylindrical-coordinate representation of color #9A1DBE: hue angle of 286.58º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A1DBE is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 29 | 190 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.25 |
| HSL | 286.58º | 0.74% | 0.43% | - |
| HSV(B) | 286.58º | 0.85% | 0.75% | - |
| XYZ | 23.06 | 11.47 | 49.71 | - |
| YUV | 84.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 190 | 0.19 | 0.85 | 0 | 0.25 | 286.58 | 0.74 | 0.43 |
| Hex | 9A | 1D | BE | 13 | 55 | 0 | 19 | 11F | 4A | 2B |
| Octal | 232 | 35 | 276 | 23 | 125 | 0 | 31 | 437 | 112 | 53 |
| Binary | 10011010 | 11101 | 10111110 | 10011 | 1010101 | 0 | 11001 | 100011111 | 1001010 | 101011 |
Color Harmonies of #9A1DBE
Complementary color
Monochromatic Colors of #9A1DBE
Black with #9A1DBE
Text Example
Text Example
White with #9A1DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1DBE; }
p { color: rgb(154,29,190); }
H1.HeaderClassName
{
color: #9A1DBE;
}
.AnyTagClassName
{
color: #9A1DBE;
}
</style>
background-color css
<style>
a { background-color: #9A1DBE; }
a { background-color: rgb(154,29,190); }
div.DivClassName
{
background-color: #9A1DBE;
}
.BgClassName
{
background-color: #9A1DBE;
}
</style>
border-color css
<style>
span { border-color: #9A1DBE; }
span { border-color: rgb(154,29,190); }
td.TdClassName
{
border-color: #9A1DBE;
}
.TagClassName
{
border-color: #9A1DBE;
}
</style>