Shades of Dark Orchid #9431B4
Tints of Dark Orchid #9431B4
RGB
CMYK
RGB Variations
Color information
#9431B4 (or 0x9431B4) is known color: Dark Orchid. HEX triplet: 94, 31 and B4. RGB value is (148,49,180). Sum of RGB (Red+Green+Blue) = 148+49+180=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #9431B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9431B4 is #6BCE4B. Grayscale: #5D5D5D. Windows color (decimal): -7065164 or 11809172. OLE color: 11809172.
HSL color Cylindrical-coordinate representation of color #9431B4: hue angle of 285.34º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9431B4 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 49 | 180 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.29 |
| HSL | 285.34º | 0.57% | 0.45% | - |
| HSV(B) | 285.34º | 0.73% | 0.71% | - |
| XYZ | 21.55 | 11.79 | 44.32 | - |
| YUV | 93.54 | 176.8 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 180 | 0.18 | 0.73 | 0 | 0.29 | 285.34 | 0.57 | 0.45 |
| Hex | 94 | 31 | B4 | 12 | 49 | 0 | 1D | 11D | 39 | 2D |
| Octal | 224 | 61 | 264 | 22 | 111 | 0 | 35 | 435 | 71 | 55 |
| Binary | 10010100 | 110001 | 10110100 | 10010 | 1001001 | 0 | 11101 | 100011101 | 111001 | 101101 |
Color Harmonies of #9431B4
Complementary color
Monochromatic Colors of #9431B4
Black with #9431B4
Text Example
Text Example
White with #9431B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9431B4; }
p { color: rgb(148,49,180); }
H1.HeaderClassName
{
color: #9431B4;
}
.AnyTagClassName
{
color: #9431B4;
}
</style>
background-color css
<style>
a { background-color: #9431B4; }
a { background-color: rgb(148,49,180); }
div.DivClassName
{
background-color: #9431B4;
}
.BgClassName
{
background-color: #9431B4;
}
</style>
border-color css
<style>
span { border-color: #9431B4; }
span { border-color: rgb(148,49,180); }
td.TdClassName
{
border-color: #9431B4;
}
.TagClassName
{
border-color: #9431B4;
}
</style>