#8A438E

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

Shades of Vivid Violet #8A438E

Tints of Vivid Violet #8A438E

Color information

#8A438E (or 0x8A438E) is unknown color: approx Vivid Violet. HEX triplet: 8A, 43 and 8E. RGB value is (138,67,142). Sum of RGB (Red+Green+Blue) = 138+67+142=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A438E is #75BC71. Grayscale: #606060. Windows color (decimal): -7715954 or 9323402. OLE color: 9323402.

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

Color convert

RGB13867142-
CMYK0.030.5300.44
HSL296.8º35.89%40.98%-
HSV(B)296.8º52.82%55.69%-
XYZ17.3711.3726.87-
YUV96.78153.52157.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.77%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=39.77%
G=19.31%
B=40.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138671420.030.5300.44296.835.8940.98
Hex8A438E33502C1292429
Octal2121032163650544514451
Binary10001010100001110001110111101010101100100101001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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