Html Css Color HEX #8A057E Purple

📋 copy color: '#8A057E'

red 138 ◦ green 5 ◦ blue 126

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

Shades of Purple #8A057E

Tints of Purple #8A057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 46.84%

R = 51.3%
G = 1.86%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A057E (or 0x8A057E) is known color: Purple. HEX triplet: 8A, 05 and 7E. RGB value is (138,5,126). Sum of RGB (Red+Green+Blue) = 138+5+126=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A057E is #75FA81. Grayscale: #3A3A3A. Windows color (decimal): -7731842 or 8258954. OLE color: 8258954.

HSL color Cylindrical-coordinate representation of color #8A057E: hue angle of 305.41º 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 #8A057E is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 5 126 -
CMYK 0 0.96 0.09 0.46
HSL 305.41º 0.93% 0.28% -
HSV(B) 305.41º 0.96% 0.54% -
XYZ 14.3 7.02 20.34 -
YUV 58.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 138 5 126 0 0.96 0.09 0.46 305.41 0.93 0.28
Hex 8A 5 7E 0 60 9 2E 131 5D 1C
Octal 212 5 176 0 140 11 56 461 135 34
Binary 10001010 101 1111110 0 1100000 1001 101110 100110001 1011101 11100

Color Harmonies of #8A057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A057E

Black with #8A057E

Text Example


Text Example

White with #8A057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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