#8A0274

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

Shades of Purple #8A0274

Tints of Purple #8A0274

Color information

#8A0274 (or 0x8A0274) is unknown color: approx Purple. HEX triplet: 8A, 02 and 74. RGB value is (138,2,116). Sum of RGB (Red+Green+Blue) = 138+2+116=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0274 is #75FD8B. Grayscale: #373737. Windows color (decimal): -7732620 or 7602826. OLE color: 7602826.

HSL color Cylindrical-coordinate representation of color #8A0274: hue angle of 309.71º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0274 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB1382116-
CMYK00.990.160.46
HSL309.71º97.14%27.45%-
HSV(B)309.71º98.55%54.12%-
XYZ13.666.7117.1-
YUV55.66162.06186.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.91%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=53.91%
G=0.78%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138211600.990.160.46309.7197.1427.45
Hex8A274063102E136611b
Octal21221640143205646614133
Binary100010101011101000110001110000101110100110110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,2,116); }

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

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

 a { background-color: rgb(138,2,116); }

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

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

 span { border-color: rgb(138,2,116); }

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