#8A5F95

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

Shades of Violet Blue #8A5F95

Tints of Violet Blue #8A5F95

Color information

#8A5F95 (or 0x8A5F95) is unknown color: approx Violet Blue. HEX triplet: 8A, 5F and 95. RGB value is (138,95,149). Sum of RGB (Red+Green+Blue) = 138+95+149=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A5F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5F95 is #75A06A. Grayscale: #717171. Windows color (decimal): -7708779 or 9789322. OLE color: 9789322.

HSL color Cylindrical-coordinate representation of color #8A5F95: hue angle of 287.78º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A5F95 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13895149-
CMYK0.070.3600.42
HSL287.78º22.13%47.84%-
HSV(B)287.78º36.24%58.43%-
XYZ2015.7630.42-
YUV114.01147.75145.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.13%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=36.13%
G=24.87%
B=39.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138951490.070.3600.42287.7822.1347.84
Hex8A5F9572402A1201630
Octal2121372257440524402660
Binary10001010101111110010101111100100010101010010000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,95,149); }

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

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

 a { background-color: rgb(138,95,149); }

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

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

 span { border-color: rgb(138,95,149); }

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