Html Css Color HEX #8A057D Purple

📋 copy color: '#8A057D'

red 138 ◦ green 5 ◦ blue 125

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

Shades of Purple #8A057D

Tints of Purple #8A057D

RGB

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

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

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

R = 51.49%
G = 1.87%
B = 46.64%

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

#8A057D (or 0x8A057D) is known color: Purple. HEX triplet: 8A, 05 and 7D. RGB value is (138,5,125). Sum of RGB (Red+Green+Blue) = 138+5+125=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A057D is #75FA82. Grayscale: #3A3A3A. Windows color (decimal): -7731843 or 8193418. OLE color: 8193418.

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

Color convert

RGB 138 5 125 -
CMYK 0 0.96 0.09 0.46
HSL 305.86º 0.93% 0.28% -
HSV(B) 305.86º 0.96% 0.54% -
XYZ 14.24 6.99 20 -
YUV 58.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 138 5 125 0 0.96 0.09 0.46 305.86 0.93 0.28
Hex 8A 5 7D 0 60 9 2E 132 5D 1C
Octal 212 5 175 0 140 11 56 462 135 34
Binary 10001010 101 1111101 0 1100000 1001 101110 100110010 1011101 11100

Color Harmonies of #8A057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A057D

Black with #8A057D

Text Example


Text Example

White with #8A057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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