#8A0675

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

Shades of Purple #8A0675

Tints of Purple #8A0675

Color information

#8A0675 (or 0x8A0675) is unknown color: approx Purple. HEX triplet: 8A, 06 and 75. RGB value is (138,6,117). Sum of RGB (Red+Green+Blue) = 138+6+117=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0675 is #75F98A. Grayscale: #393939. Windows color (decimal): -7731595 or 7669386. OLE color: 7669386.

HSL color Cylindrical-coordinate representation of color #8A0675: hue angle of 309.55º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0675 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB1386117-
CMYK00.960.150.46
HSL309.55º91.67%28.24%-
HSV(B)309.55º95.65%54.12%-
XYZ13.766.8217.42-
YUV58.12161.23184.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.87%
GREEN value IS 6 (2.73% from 255) = 2.30%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=52.87%
G=2.30%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138611700.960.150.46309.5591.6728.24
Hex8A675060F2E1365c1c
Octal21261650140175646613434
Binary100010101101110101011000001111101110100110110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,6,117); }

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

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

 a { background-color: rgb(138,6,117); }

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

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

 span { border-color: rgb(138,6,117); }

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