Html Css Color HEX #8A057A Purple

📋 copy color: '#8A057A'

red 138 ◦ green 5 ◦ blue 122

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

Shades of Purple #8A057A

Tints of Purple #8A057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 46.04%

R = 52.08%
G = 1.89%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A057A (or 0x8A057A) is known color: Purple. HEX triplet: 8A, 05 and 7A. RGB value is (138,5,122). Sum of RGB (Red+Green+Blue) = 138+5+122=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A057A is #75FA85. Grayscale: #393939. Windows color (decimal): -7731846 or 7996810. OLE color: 7996810.

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

Color convert

RGB 138 5 122 -
CMYK 0 0.96 0.12 0.46
HSL 307.22º 0.93% 0.28% -
HSV(B) 307.22º 0.96% 0.54% -
XYZ 14.05 6.92 19.01 -
YUV 58.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 138 5 122 0 0.96 0.12 0.46 307.22 0.93 0.28
Hex 8A 5 7A 0 60 C 2E 133 5D 1C
Octal 212 5 172 0 140 14 56 463 135 34
Binary 10001010 101 1111010 0 1100000 1100 101110 100110011 1011101 11100

Color Harmonies of #8A057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A057A

Black with #8A057A

Text Example


Text Example

White with #8A057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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