Html Css Color HEX #8A057C Purple

📋 copy color: '#8A057C'

red 138 ◦ green 5 ◦ blue 124

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

Shades of Purple #8A057C

Tints of Purple #8A057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 124 (48.83% from 255) = 46.44%

R = 51.69%
G = 1.87%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A057C (or 0x8A057C) is known color: Purple. HEX triplet: 8A, 05 and 7C. RGB value is (138,5,124). Sum of RGB (Red+Green+Blue) = 138+5+124=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A057C is #75FA83. Grayscale: #393939. Windows color (decimal): -7731844 or 8127882. OLE color: 8127882.

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

Color convert

RGB 138 5 124 -
CMYK 0 0.96 0.10 0.46
HSL 306.32º 0.93% 0.28% -
HSV(B) 306.32º 0.96% 0.54% -
XYZ 14.17 6.97 19.67 -
YUV 58.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 138 5 124 0 0.96 0.10 0.46 306.32 0.93 0.28
Hex 8A 5 7C 0 60 A 2E 132 5D 1C
Octal 212 5 174 0 140 12 56 462 135 34
Binary 10001010 101 1111100 0 1100000 1010 101110 100110010 1011101 11100

Color Harmonies of #8A057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A057C

Black with #8A057C

Text Example


Text Example

White with #8A057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,5,124); }

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

background-color css

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

 a { background-color: rgb(138,5,124); }

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

border-color css

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

 span { border-color: rgb(138,5,124); }

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