Shades of Dark Orchid #9A23BE
Tints of Dark Orchid #9A23BE
RGB
CMYK
RGB Variations
Color information
#9A23BE (or 0x9A23BE) is known color: Dark Orchid. HEX triplet: 9A, 23 and BE. RGB value is (154,35,190). Sum of RGB (Red+Green+Blue) = 154+35+190=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A23BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A23BE is #65DC41. Grayscale: #575757. Windows color (decimal): -6675522 or 12460954. OLE color: 12460954.
HSL color Cylindrical-coordinate representation of color #9A23BE: hue angle of 286.06º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A23BE is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 35 | 190 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.25 |
| HSL | 286.06º | 0.69% | 0.44% | - |
| HSV(B) | 286.06º | 0.82% | 0.75% | - |
| XYZ | 23.22 | 11.79 | 49.77 | - |
| YUV | 88.25 | 185.42 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 190 | 0.19 | 0.82 | 0 | 0.25 | 286.06 | 0.69 | 0.44 |
| Hex | 9A | 23 | BE | 13 | 52 | 0 | 19 | 11E | 45 | 2C |
| Octal | 232 | 43 | 276 | 23 | 122 | 0 | 31 | 436 | 105 | 54 |
| Binary | 10011010 | 100011 | 10111110 | 10011 | 1010010 | 0 | 11001 | 100011110 | 1000101 | 101100 |
Color Harmonies of #9A23BE
Complementary color
Monochromatic Colors of #9A23BE
Black with #9A23BE
Text Example
Text Example
White with #9A23BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A23BE; }
p { color: rgb(154,35,190); }
H1.HeaderClassName
{
color: #9A23BE;
}
.AnyTagClassName
{
color: #9A23BE;
}
</style>
background-color css
<style>
a { background-color: #9A23BE; }
a { background-color: rgb(154,35,190); }
div.DivClassName
{
background-color: #9A23BE;
}
.BgClassName
{
background-color: #9A23BE;
}
</style>
border-color css
<style>
span { border-color: #9A23BE; }
span { border-color: rgb(154,35,190); }
td.TdClassName
{
border-color: #9A23BE;
}
.TagClassName
{
border-color: #9A23BE;
}
</style>