Shades of Dark Violet #8A03B3
Tints of Dark Violet #8A03B3
RGB
CMYK
RGB Variations
Color information
#8A03B3 (or 0x8A03B3) is known color: Dark Violet. HEX triplet: 8A, 03 and B3. RGB value is (138,3,179). Sum of RGB (Red+Green+Blue) = 138+3+179=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 179 (70.31% from 255 or 55.94% from 320); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A03B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A03B3 is #75FC4C. Grayscale: #3E3E3E. Windows color (decimal): -7732301 or 11731850. OLE color: 11731850.
HSL color Cylindrical-coordinate representation of color #8A03B3: hue angle of 286.02º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A03B3 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 3 | 179 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.30 |
| HSL | 286.02º | 0.97% | 0.36% | - |
| HSV(B) | 286.02º | 0.98% | 0.7% | - |
| XYZ | 18.65 | 8.72 | 43.35 | - |
| YUV | 63.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 179 | 0.23 | 0.98 | 0 | 0.30 | 286.02 | 0.97 | 0.36 |
| Hex | 8A | 3 | B3 | 17 | 62 | 0 | 1E | 11E | 61 | 24 |
| Octal | 212 | 3 | 263 | 27 | 142 | 0 | 36 | 436 | 141 | 44 |
| Binary | 10001010 | 11 | 10110011 | 10111 | 1100010 | 0 | 11110 | 100011110 | 1100001 | 100100 |
Color Harmonies of #8A03B3
Complementary color
Monochromatic Colors of #8A03B3
Black with #8A03B3
Text Example
Text Example
White with #8A03B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A03B3; }
p { color: rgb(138,3,179); }
H1.HeaderClassName
{
color: #8A03B3;
}
.AnyTagClassName
{
color: #8A03B3;
}
</style>
background-color css
<style>
a { background-color: #8A03B3; }
a { background-color: rgb(138,3,179); }
div.DivClassName
{
background-color: #8A03B3;
}
.BgClassName
{
background-color: #8A03B3;
}
</style>
border-color css
<style>
span { border-color: #8A03B3; }
span { border-color: rgb(138,3,179); }
td.TdClassName
{
border-color: #8A03B3;
}
.TagClassName
{
border-color: #8A03B3;
}
</style>