#8A3C83

Color #8A3C83 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8A3C83

Tints of Vivid Violet #8A3C83

Color information

#8A3C83 (or 0x8A3C83) is unknown color: approx Vivid Violet. HEX triplet: 8A, 3C and 83. RGB value is (138,60,131). Sum of RGB (Red+Green+Blue) = 138+60+131=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3C83 is #75C37C. Grayscale: #5B5B5B. Windows color (decimal): -7717757 or 8600714. OLE color: 8600714.

HSL color Cylindrical-coordinate representation of color #8A3C83: hue angle of 305.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A3C83 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB13860131-
CMYK00.570.050.46
HSL305.38º39.39%38.82%-
HSV(B)305.38º56.52%54.12%-
XYZ16.1910.2722.6-
YUV91.42150.34161.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 60 (23.83% from 255) = 18.24%
BLUE value IS 131 (51.56% from 255) = 39.82%
R=41.95%
G=18.24%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386013100.570.050.46305.3839.3938.82
Hex8A3C8303952E1312727
Octal212742030715564614747
Binary10001010111100100000110111001101101110100110001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A3C83; }

 p { color: rgb(138,60,131); }

 H1.HeaderClassName
 {
   color: #8A3C83;
 }
 .AnyTagClassName
 {
   color: #8A3C83;
 }
</style>
background-color css

<style>
 a { background-color: #8A3C83; }

 a { background-color: rgb(138,60,131); }

 div.DivClassName
 {
   background-color: #8A3C83;
 }
 .BgClassName
 {
   background-color: #8A3C83;
 }
</style>
border-color css

<style>
 span { border-color: #8A3C83; }

 span { border-color: rgb(138,60,131); }

 td.TdClassName
 {
   border-color: #8A3C83;
 }
 .TagClassName
 {
   border-color: #8A3C83;
 }
</style>