#8C2BAA

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

Shades of Vivid Violet #8C2BAA

Tints of Vivid Violet #8C2BAA

Color information

#8C2BAA (or 0x8C2BAA) is unknown color: approx Vivid Violet. HEX triplet: 8C, 2B and AA. RGB value is (140,43,170). Sum of RGB (Red+Green+Blue) = 140+43+170=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C2BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2BAA is #73D455. Grayscale: #565656. Windows color (decimal): -7590998 or 11152268. OLE color: 11152268.

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

Color convert

RGB14043170-
CMYK0.180.7500.33
HSL285.83º59.62%41.76%-
HSV(B)285.83º74.71%66.67%-
XYZ18.9310.2139-
YUV86.48175.14166.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.66%
GREEN value IS 43 (17.19% from 255) = 12.18%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=39.66%
G=12.18%
B=48.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140431700.180.7500.33285.8359.6241.76
Hex8C2BAA124B02111e3c2a
Octal21453252221130414367452
Binary10001100101011101010101001010010110100001100011110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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