#8A409E

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

Shades of Vivid Violet #8A409E

Tints of Vivid Violet #8A409E

Color information

#8A409E (or 0x8A409E) is unknown color: approx Vivid Violet. HEX triplet: 8A, 40 and 9E. RGB value is (138,64,158). Sum of RGB (Red+Green+Blue) = 138+64+158=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A409E is #75BF61. Grayscale: #606060. Windows color (decimal): -7716706 or 10371210. OLE color: 10371210.

HSL color Cylindrical-coordinate representation of color #8A409E: hue angle of 287.23º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A409E is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13864158-
CMYK0.130.5900.38
HSL287.23º42.34%43.53%-
HSV(B)287.23º59.49%61.96%-
XYZ18.4911.5433.6-
YUV96.84162.52157.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.33%
GREEN value IS 64 (25.39% from 255) = 17.78%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=38.33%
G=17.78%
B=43.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138641580.130.5900.38287.2342.3443.53
Hex8A409ED3B02611f2a2c
Octal21210023615730464375254
Binary1000101010000001001111011011110110100110100011111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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