#8A4275

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

Shades of Dark Purple #8A4275

Tints of Dark Purple #8A4275

Color information

#8A4275 (or 0x8A4275) is unknown color: approx Dark Purple. HEX triplet: 8A, 42 and 75. RGB value is (138,66,117). Sum of RGB (Red+Green+Blue) = 138+66+117=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4275 is #75BD8A. Grayscale: #5D5D5D. Windows color (decimal): -7716235 or 7684746. OLE color: 7684746.

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

Color convert

RGB13866117-
CMYK00.520.150.46
HSL317.5º35.29%40%-
HSV(B)317.5º52.17%54.12%-
XYZ15.6410.5818.05-
YUV93.34141.35159.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.99%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=42.99%
G=20.56%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386611700.520.150.46317.535.2940
Hex8A4275034F2E13e2328
Octal21210216506417564764350
Binary100010101000010111010101101001111101110100111110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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