#8A5096

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

Shades of Vivid Violet #8A5096

Tints of Vivid Violet #8A5096

Color information

#8A5096 (or 0x8A5096) is unknown color: approx Vivid Violet. HEX triplet: 8A, 50 and 96. RGB value is (138,80,150). Sum of RGB (Red+Green+Blue) = 138+80+150=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A5096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5096 is #75AF69. Grayscale: #696969. Windows color (decimal): -7712618 or 9851018. OLE color: 9851018.

HSL color Cylindrical-coordinate representation of color #8A5096: hue angle of 289.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A5096 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13880150-
CMYK0.080.4700.41
HSL289.71º30.43%45.1%-
HSV(B)289.71º46.67%58.82%-
XYZ18.8513.3430.44-
YUV105.32153.22151.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.5%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=37.5%
G=21.74%
B=40.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138801500.080.4700.41289.7130.4345.1
Hex8A509682F0291221e2d
Octal21212022610570514423655
Binary100010101010000100101101000101111010100110010001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,80,150); }

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

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

 a { background-color: rgb(138,80,150); }

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

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

 span { border-color: rgb(138,80,150); }

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