#8C468A

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

Shades of Vivid Violet #8C468A

Tints of Vivid Violet #8C468A

Color information

#8C468A (or 0x8C468A) is unknown color: approx Vivid Violet. HEX triplet: 8C, 46 and 8A. RGB value is (140,70,138). Sum of RGB (Red+Green+Blue) = 140+70+138=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C468A is #73B975. Grayscale: #626262. Windows color (decimal): -7584118 or 9062028. OLE color: 9062028.

HSL color Cylindrical-coordinate representation of color #8C468A: hue angle of 301.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C468A is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB14070138-
CMYK00.500.010.45
HSL301.71º33.33%41.18%-
HSV(B)301.71º50%54.9%-
XYZ17.5911.7925.39-
YUV98.68150.19157.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 70 (27.73% from 255) = 20.11%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=40.23%
G=20.11%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407013800.500.010.45301.7133.3341.18
Hex8C468A03212D12e2129
Octal2141062120621554564151
Binary1000110010001101000101001100101101101100101110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,70,138); }

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

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

 a { background-color: rgb(140,70,138); }

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

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

 span { border-color: rgb(140,70,138); }

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