Html Css Color HEX #8A1A80 Dark Purple

📋 copy color: '#8A1A80'

red 138 ◦ green 26 ◦ blue 128

#8A1A80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #8A1A80

Tints of Dark Purple #8A1A80

RGB

 RED value IS 138 (54.3% from 255) = 47.26%

 GREEN value IS 26 (10.55% from 255) = 8.9%

 BLUE value IS 128 (50.39% from 255) = 43.84%

R = 47.26%
G = 8.9%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#8A1A80 (or 0x8A1A80) is known color: Dark Purple. HEX triplet: 8A, 1A and 80. RGB value is (138,26,128). Sum of RGB (Red+Green+Blue) = 138+26+128=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1A80 is #75E57F. Grayscale: #464646. Windows color (decimal): -7726464 or 8395402. OLE color: 8395402.

HSL color Cylindrical-coordinate representation of color #8A1A80: hue angle of 305.36º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1A80 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 26 128 -
CMYK 0 0.81 0.07 0.46
HSL 305.36º 0.68% 0.32% -
HSV(B) 305.36º 0.81% 0.54% -
XYZ 14.75 7.7 21.13 -
YUV 71.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 138 26 128 0 0.81 0.07 0.46 305.36 0.68 0.32
Hex 8A 1A 80 0 51 7 2E 131 44 20
Octal 212 32 200 0 121 7 56 461 104 40
Binary 10001010 11010 10000000 0 1010001 111 101110 100110001 1000100 100000

Color Harmonies of #8A1A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1A80

Black with #8A1A80

Text Example


Text Example

White with #8A1A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,26,128); }

 H1.HeaderClassName
 {
   color: #8A1A80;
 }
 .AnyTagClassName
 {
   color: #8A1A80;
 }
</style>

background-color css

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

 a { background-color: rgb(138,26,128); }

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

border-color css

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

 span { border-color: rgb(138,26,128); }

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