#8a409a

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

Shades of Vivid Violet #8A409A

Tints of Vivid Violet #8A409A

Color information

#8A409A (or 0x8A409A) is unknown color: approx Vivid Violet. HEX triplet: 8A, 40 and 9A. RGB value is (138,64,154). Sum of RGB (Red+Green+Blue) = 138+64+154=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A409A is #75BF65. Grayscale: #606060. Windows color (decimal): -7716710 or 10109066. OLE color: 10109066.

HSL color Cylindrical-coordinate representation of color #8A409A: hue angle of 289.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A409A is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13864154-
CMYK0.100.5800.40
HSL289.33º41.28%42.75%-
HSV(B)289.33º58.44%60.39%-
XYZ18.1511.431.82-
YUV96.39160.52157.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.76%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=38.76%
G=17.98%
B=43.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138641540.100.5800.40289.3341.2842.75
Hex8A409AA3A028121292b
Octal21210023212720504415153
Binary1000101010000001001101010101110100101000100100001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a409a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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