#8A2F74

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

Shades of Dark Purple #8A2F74

Tints of Dark Purple #8A2F74

Color information

#8A2F74 (or 0x8A2F74) is unknown color: approx Dark Purple. HEX triplet: 8A, 2F and 74. RGB value is (138,47,116). Sum of RGB (Red+Green+Blue) = 138+47+116=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2F74 is #75D08B. Grayscale: #515151. Windows color (decimal): -7721100 or 7614346. OLE color: 7614346.

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

Color convert

RGB13847116-
CMYK00.660.160.46
HSL314.51º49.19%36.27%-
HSV(B)314.51º65.94%54.12%-
XYZ14.658.717.43-
YUV82.08147.15167.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 47 (18.75% from 255) = 15.61%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=45.85%
G=15.61%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384711600.660.160.46314.5149.1936.27
Hex8A2F74042102E13b3124
Octal21257164010220564736144
Binary1000101010111111101000100001010000101110100111011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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