Html Css Color HEX #8A2780 Dark Purple

📋 copy color: '#8A2780'

red 138 ◦ green 39 ◦ blue 128

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

Shades of Dark Purple #8A2780

Tints of Dark Purple #8A2780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

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

R = 45.25%
G = 12.79%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#8A2780 (or 0x8A2780) is known color: Dark Purple. HEX triplet: 8A, 27 and 80. RGB value is (138,39,128). Sum of RGB (Red+Green+Blue) = 138+39+128=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2780 is #75D87F. Grayscale: #4E4E4E. Windows color (decimal): -7723136 or 8398730. OLE color: 8398730.

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

Color convert

RGB 138 39 128 -
CMYK 0 0.72 0.07 0.46
HSL 306.06º 0.56% 0.35% -
HSV(B) 306.06º 0.72% 0.54% -
XYZ 15.1 8.41 21.25 -
YUV 78.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 138 39 128 0 0.72 0.07 0.46 306.06 0.56 0.35
Hex 8A 27 80 0 48 7 2E 132 38 23
Octal 212 47 200 0 110 7 56 462 70 43
Binary 10001010 100111 10000000 0 1001000 111 101110 100110010 111000 100011

Color Harmonies of #8A2780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2780

Black with #8A2780

Text Example


Text Example

White with #8A2780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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