Html Css Color HEX #8A0380 Purple

📋 copy color: '#8A0380'

red 138 ◦ green 3 ◦ blue 128

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

Shades of Purple #8A0380

Tints of Purple #8A0380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 51.3%
G = 1.12%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#8A0380 (or 0x8A0380) is known color: Purple. HEX triplet: 8A, 03 and 80. RGB value is (138,3,128). Sum of RGB (Red+Green+Blue) = 138+3+128=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0380 is #75FC7F. Grayscale: #393939. Windows color (decimal): -7732352 or 8389514. OLE color: 8389514.

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

Color convert

RGB 138 3 128 -
CMYK 0 0.98 0.07 0.46
HSL 304.44º 0.96% 0.28% -
HSV(B) 304.44º 0.98% 0.54% -
XYZ 14.41 7.03 21.02 -
YUV 57.62 167.73 185.34 -
System Red Green Blue C M Y K H S L
Decimal 138 3 128 0 0.98 0.07 0.46 304.44 0.96 0.28
Hex 8A 3 80 0 62 7 2E 130 60 1C
Octal 212 3 200 0 142 7 56 460 140 34
Binary 10001010 11 10000000 0 1100010 111 101110 100110000 1100000 11100

Color Harmonies of #8A0380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0380

Black with #8A0380

Text Example


Text Example

White with #8A0380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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