#8A5698

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

Shades of Violet Blue #8A5698

Tints of Violet Blue #8A5698

Color information

#8A5698 (or 0x8A5698) is unknown color: approx Violet Blue. HEX triplet: 8A, 56 and 98. RGB value is (138,86,152). Sum of RGB (Red+Green+Blue) = 138+86+152=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A5698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5698 is #75A967. Grayscale: #6C6C6C. Windows color (decimal): -7711080 or 9983626. OLE color: 9983626.

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

Color convert

RGB13886152-
CMYK0.090.4300.40
HSL287.27º27.73%46.67%-
HSV(B)287.27º43.42%59.61%-
XYZ19.4814.3331.44-
YUV109.07152.23148.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 86 (33.98% from 255) = 22.87%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=36.70%
G=22.87%
B=40.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138861520.090.4300.40287.2727.7346.67
Hex8A569892B02811f1c2f
Octal21212623011530504373457
Binary100010101010110100110001001101011010100010001111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,86,152); }

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

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

 a { background-color: rgb(138,86,152); }

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

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

 span { border-color: rgb(138,86,152); }

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