#8C1EAA

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

Shades of Vivid Violet #8C1EAA

Tints of Vivid Violet #8C1EAA

Color information

#8C1EAA (or 0x8C1EAA) is unknown color: approx Vivid Violet. HEX triplet: 8C, 1E and AA. RGB value is (140,30,170). Sum of RGB (Red+Green+Blue) = 140+30+170=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C1EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1EAA is #73E155. Grayscale: #4E4E4E. Windows color (decimal): -7594326 or 11148940. OLE color: 11148940.

HSL color Cylindrical-coordinate representation of color #8C1EAA: hue angle of 287.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1EAA is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14030170-
CMYK0.180.8200.33
HSL287.14º70%39.22%-
HSV(B)287.14º82.35%66.67%-
XYZ18.549.4138.87-
YUV78.85179.44171.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.18%
GREEN value IS 30 (12.11% from 255) = 8.82%
BLUE value IS 170 (66.80% from 255) = 50%
R=41.18%
G=8.82%
B=50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140301700.180.8200.33287.147039.22
Hex8C1EAA125202111f4627
Octal214362522212204143710647
Binary10001100111101010101010010101001001000011000111111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,30,170); }

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

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

 a { background-color: rgb(140,30,170); }

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

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

 span { border-color: rgb(140,30,170); }

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