#8A398E

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

Shades of Vivid Violet #8A398E

Tints of Vivid Violet #8A398E

Color information

#8A398E (or 0x8A398E) is unknown color: approx Vivid Violet. HEX triplet: 8A, 39 and 8E. RGB value is (138,57,142). Sum of RGB (Red+Green+Blue) = 138+57+142=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A398E is #75C671. Grayscale: #5A5A5A. Windows color (decimal): -7718514 or 9320842. OLE color: 9320842.

HSL color Cylindrical-coordinate representation of color #8A398E: hue angle of 297.18º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A398E is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13857142-
CMYK0.030.6000.44
HSL297.18º42.71%39.02%-
HSV(B)297.18º59.86%55.69%-
XYZ16.8310.2826.69-
YUV90.91156.84161.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=40.95%
G=16.91%
B=42.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138571420.030.6000.44297.1842.7139.02
Hex8A398E33C02C1292b27
Octal212712163740544515347
Binary1000101011100110001110111111000101100100101001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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