#8C1AAC

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

Shades of Vivid Violet #8C1AAC

Tints of Vivid Violet #8C1AAC

Color information

#8C1AAC (or 0x8C1AAC) is unknown color: approx Vivid Violet. HEX triplet: 8C, 1A and AC. RGB value is (140,26,172). Sum of RGB (Red+Green+Blue) = 140+26+172=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C1AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1AAC is #73E553. Grayscale: #4C4C4C. Windows color (decimal): -7595348 or 11278988. OLE color: 11278988.

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

Color convert

RGB14026172-
CMYK0.190.8500.33
HSL286.85º73.74%38.82%-
HSV(B)286.85º84.88%67.45%-
XYZ18.639.2939.84-
YUV76.73181.77173.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.42%
GREEN value IS 26 (10.55% from 255) = 7.69%
BLUE value IS 172 (67.58% from 255) = 50.89%
R=41.42%
G=7.69%
B=50.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140261720.190.8500.33286.8573.7438.82
Hex8C1AAC135502111f4a27
Octal214322542312504143711247
Binary10001100110101010110010011101010101000011000111111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,26,172); }

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

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

 a { background-color: rgb(140,26,172); }

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

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

 span { border-color: rgb(140,26,172); }

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