Shades of Dark Orchid #931AB3
Tints of Dark Orchid #931AB3
RGB
CMYK
RGB Variations
Color information
#931AB3 (or 0x931AB3) is known color: Dark Orchid. HEX triplet: 93, 1A and B3. RGB value is (147,26,179). Sum of RGB (Red+Green+Blue) = 147+26+179=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #931AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931AB3 is #6CE54C. Grayscale: #4F4F4F. Windows color (decimal): -7136589 or 11737747. OLE color: 11737747.
HSL color Cylindrical-coordinate representation of color #931AB3: hue angle of 287.45º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931AB3 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 26 | 179 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.30 |
| HSL | 287.45º | 0.75% | 0.4% | - |
| HSV(B) | 287.45º | 0.85% | 0.7% | - |
| XYZ | 20.54 | 10.2 | 43.53 | - |
| YUV | 79.62 | 184.09 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 26 | 179 | 0.18 | 0.85 | 0 | 0.30 | 287.45 | 0.75 | 0.4 |
| Hex | 93 | 1A | B3 | 12 | 55 | 0 | 1E | 11F | 4B | 28 |
| Octal | 223 | 32 | 263 | 22 | 125 | 0 | 36 | 437 | 113 | 50 |
| Binary | 10010011 | 11010 | 10110011 | 10010 | 1010101 | 0 | 11110 | 100011111 | 1001011 | 101000 |
Color Harmonies of #931AB3
Complementary color
Monochromatic Colors of #931AB3
Black with #931AB3
Text Example
Text Example
White with #931AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931AB3; }
p { color: rgb(147,26,179); }
H1.HeaderClassName
{
color: #931AB3;
}
.AnyTagClassName
{
color: #931AB3;
}
</style>
background-color css
<style>
a { background-color: #931AB3; }
a { background-color: rgb(147,26,179); }
div.DivClassName
{
background-color: #931AB3;
}
.BgClassName
{
background-color: #931AB3;
}
</style>
border-color css
<style>
span { border-color: #931AB3; }
span { border-color: rgb(147,26,179); }
td.TdClassName
{
border-color: #931AB3;
}
.TagClassName
{
border-color: #931AB3;
}
</style>