Html Css Color HEX #8A077D Purple

📋 copy color: '#8A077D'

red 138 ◦ green 7 ◦ blue 125

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

Shades of Purple #8A077D

Tints of Purple #8A077D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.59%

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 51.11%
G = 2.59%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A077D (or 0x8A077D) is known color: Purple. HEX triplet: 8A, 07 and 7D. RGB value is (138,7,125). Sum of RGB (Red+Green+Blue) = 138+7+125=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A077D is #75F882. Grayscale: #3B3B3B. Windows color (decimal): -7731331 or 8193930. OLE color: 8193930.

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

Color convert

RGB 138 7 125 -
CMYK 0 0.95 0.09 0.46
HSL 305.95º 0.9% 0.28% -
HSV(B) 305.95º 0.95% 0.54% -
XYZ 14.26 7.04 20.01 -
YUV 59.62 164.9 183.91 -
System Red Green Blue C M Y K H S L
Decimal 138 7 125 0 0.95 0.09 0.46 305.95 0.9 0.28
Hex 8A 7 7D 0 5F 9 2E 132 5A 1C
Octal 212 7 175 0 137 11 56 462 132 34
Binary 10001010 111 1111101 0 1011111 1001 101110 100110010 1011010 11100

Color Harmonies of #8A077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A077D

Black with #8A077D

Text Example


Text Example

White with #8A077D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,7,125); }

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

background-color css

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

 a { background-color: rgb(138,7,125); }

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

border-color css

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

 span { border-color: rgb(138,7,125); }

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