#8A408E

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

Shades of Vivid Violet #8A408E

Tints of Vivid Violet #8A408E

Color information

#8A408E (or 0x8A408E) is unknown color: approx Vivid Violet. HEX triplet: 8A, 40 and 8E. RGB value is (138,64,142). Sum of RGB (Red+Green+Blue) = 138+64+142=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A408E is #75BF71. Grayscale: #5E5E5E. Windows color (decimal): -7716722 or 9322634. OLE color: 9322634.

HSL color Cylindrical-coordinate representation of color #8A408E: hue angle of 296.92º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A408E is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13864142-
CMYK0.030.5500.44
HSL296.92º37.86%40.39%-
HSV(B)296.92º54.93%55.69%-
XYZ17.211.0226.81-
YUV95.02154.52158.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 64 (25.39% from 255) = 18.60%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=40.12%
G=18.60%
B=41.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138641420.030.5500.44296.9237.8640.39
Hex8A408E33702C1292628
Octal2121002163670544514650
Binary10001010100000010001110111101110101100100101001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,64,142); }

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

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

 a { background-color: rgb(138,64,142); }

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

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

 span { border-color: rgb(138,64,142); }

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