Shades of Dark Orchid #9431CC
Tints of Dark Orchid #9431CC
RGB
CMYK
RGB Variations
Color information
#9431CC (or 0x9431CC) is known color: Dark Orchid. HEX triplet: 94, 31 and CC. RGB value is (148,49,204). Sum of RGB (Red+Green+Blue) = 148+49+204=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #9431CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9431CC is #6BCE33. Grayscale: #5F5F5F. Windows color (decimal): -7065140 or 13382036. OLE color: 13382036.
HSL color Cylindrical-coordinate representation of color #9431CC: hue angle of 278.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9431CC is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 49 | 204 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.2 |
| HSL | 278.32º | 0.61% | 0.5% | - |
| HSV(B) | 278.32º | 0.76% | 0.8% | - |
| XYZ | 24.21 | 12.85 | 58.33 | - |
| YUV | 96.27 | 188.8 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 204 | 0.27 | 0.76 | 0 | 0.2 | 278.32 | 0.61 | 0.5 |
| Hex | 94 | 31 | CC | 1B | 4C | 0 | 14 | 116 | 3D | 32 |
| Octal | 224 | 61 | 314 | 33 | 114 | 0 | 24 | 426 | 75 | 62 |
| Binary | 10010100 | 110001 | 11001100 | 11011 | 1001100 | 0 | 10100 | 100010110 | 111101 | 110010 |
Color Harmonies of #9431CC
Complementary color
Monochromatic Colors of #9431CC
Black with #9431CC
Text Example
Text Example
White with #9431CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9431CC; }
p { color: rgb(148,49,204); }
H1.HeaderClassName
{
color: #9431CC;
}
.AnyTagClassName
{
color: #9431CC;
}
</style>
background-color css
<style>
a { background-color: #9431CC; }
a { background-color: rgb(148,49,204); }
div.DivClassName
{
background-color: #9431CC;
}
.BgClassName
{
background-color: #9431CC;
}
</style>
border-color css
<style>
span { border-color: #9431CC; }
span { border-color: rgb(148,49,204); }
td.TdClassName
{
border-color: #9431CC;
}
.TagClassName
{
border-color: #9431CC;
}
</style>