#8C2AA3

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

Shades of Vivid Violet #8C2AA3

Tints of Vivid Violet #8C2AA3

Color information

#8C2AA3 (or 0x8C2AA3) is unknown color: approx Vivid Violet. HEX triplet: 8C, 2A and A3. RGB value is (140,42,163). Sum of RGB (Red+Green+Blue) = 140+42+163=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 163 - color contains mainly: blue. Hex color #8C2AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2AA3 is #73D55C. Grayscale: #545454. Windows color (decimal): -7591261 or 10693260. OLE color: 10693260.

HSL color Cylindrical-coordinate representation of color #8C2AA3: hue angle of 288.6º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2AA3 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14042163-
CMYK0.140.7400.36
HSL288.6º59.02%40.2%-
HSV(B)288.6º74.23%63.92%-
XYZ18.259.8835.59-
YUV85.1171.97167.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 42 (16.80% from 255) = 12.17%
BLUE value IS 163 (64.06% from 255) = 47.25%
R=40.58%
G=12.17%
B=47.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140421630.140.7400.36288.659.0240.2
Hex8C2AA3E4A0241213b28
Octal21452243161120444417350
Binary1000110010101010100011111010010100100100100100001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,42,163); }

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

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

 a { background-color: rgb(140,42,163); }

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

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

 span { border-color: rgb(140,42,163); }

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