Html Css Color HEX #8A3080 Dark Purple

📋 copy color: '#8A3080'

red 138 ◦ green 48 ◦ blue 128

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

Shades of Dark Purple #8A3080

Tints of Dark Purple #8A3080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

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

R = 43.95%
G = 15.29%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#8A3080 (or 0x8A3080) is known color: Dark Purple. HEX triplet: 8A, 30 and 80. RGB value is (138,48,128). Sum of RGB (Red+Green+Blue) = 138+48+128=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3080 is #75CF7F. Grayscale: #535353. Windows color (decimal): -7720832 or 8401034. OLE color: 8401034.

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

Color convert

RGB 138 48 128 -
CMYK 0 0.65 0.07 0.46
HSL 306.67º 0.48% 0.36% -
HSV(B) 306.67º 0.65% 0.54% -
XYZ 15.43 9.08 21.36 -
YUV 84.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 138 48 128 0 0.65 0.07 0.46 306.67 0.48 0.36
Hex 8A 30 80 0 41 7 2E 133 30 24
Octal 212 60 200 0 101 7 56 463 60 44
Binary 10001010 110000 10000000 0 1000001 111 101110 100110011 110000 100100

Color Harmonies of #8A3080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3080

Black with #8A3080

Text Example


Text Example

White with #8A3080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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