#8A1F65

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

Shades of Dark Purple #8A1F65

Tints of Dark Purple #8A1F65

Color information

#8A1F65 (or 0x8A1F65) is unknown color: approx Dark Purple. HEX triplet: 8A, 1F and 65. RGB value is (138,31,101). Sum of RGB (Red+Green+Blue) = 138+31+101=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1F65 is #75E09A. Grayscale: #464646. Windows color (decimal): -7725211 or 6627210. OLE color: 6627210.

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

Color convert

RGB13831101-
CMYK00.780.270.46
HSL320.75º63.31%33.14%-
HSV(B)320.75º77.54%54.12%-
XYZ13.327.3213.02-
YUV70.97144.95175.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.11%
GREEN value IS 31 (12.5% from 255) = 11.48%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=51.11%
G=11.48%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383110100.780.270.46320.7563.3133.14
Hex8A1F6504E1B2E1413f21
Octal21237145011633565017741
Binary100010101111111001010100111011011101110101000001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,31,101); }

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

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

 a { background-color: rgb(138,31,101); }

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

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

 span { border-color: rgb(138,31,101); }

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