Shades of Dark Orchid #9423B1
Tints of Dark Orchid #9423B1
RGB
CMYK
RGB Variations
Color information
#9423B1 (or 0x9423B1) is known color: Dark Orchid. HEX triplet: 94, 23 and B1. RGB value is (148,35,177). Sum of RGB (Red+Green+Blue) = 148+35+177=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: blue. Hex color #9423B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9423B1 is #6BDC4E. Grayscale: #545454. Windows color (decimal): -7068751 or 11608980. OLE color: 11608980.
HSL color Cylindrical-coordinate representation of color #9423B1: hue angle of 287.75º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9423B1 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 35 | 177 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.31 |
| HSL | 287.75º | 0.67% | 0.42% | - |
| HSV(B) | 287.75º | 0.8% | 0.69% | - |
| XYZ | 20.75 | 10.67 | 42.56 | - |
| YUV | 84.98 | 179.94 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 177 | 0.16 | 0.80 | 0 | 0.31 | 287.75 | 0.67 | 0.42 |
| Hex | 94 | 23 | B1 | 10 | 50 | 0 | 1F | 120 | 43 | 2A |
| Octal | 224 | 43 | 261 | 20 | 120 | 0 | 37 | 440 | 103 | 52 |
| Binary | 10010100 | 100011 | 10110001 | 10000 | 1010000 | 0 | 11111 | 100100000 | 1000011 | 101010 |
Color Harmonies of #9423B1
Complementary color
Monochromatic Colors of #9423B1
Black with #9423B1
Text Example
Text Example
White with #9423B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9423B1; }
p { color: rgb(148,35,177); }
H1.HeaderClassName
{
color: #9423B1;
}
.AnyTagClassName
{
color: #9423B1;
}
</style>
background-color css
<style>
a { background-color: #9423B1; }
a { background-color: rgb(148,35,177); }
div.DivClassName
{
background-color: #9423B1;
}
.BgClassName
{
background-color: #9423B1;
}
</style>
border-color css
<style>
span { border-color: #9423B1; }
span { border-color: rgb(148,35,177); }
td.TdClassName
{
border-color: #9423B1;
}
.TagClassName
{
border-color: #9423B1;
}
</style>