Html Css Color HEX #8A077E Purple

📋 copy color: '#8A077E'

red 138 ◦ green 7 ◦ blue 126

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

Shades of Purple #8A077E

Tints of Purple #8A077E

RGB

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

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

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

R = 50.92%
G = 2.58%
B = 46.49%

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

#8A077E (or 0x8A077E) is known color: Purple. HEX triplet: 8A, 07 and 7E. RGB value is (138,7,126). Sum of RGB (Red+Green+Blue) = 138+7+126=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A077E is #75F881. Grayscale: #3B3B3B. Windows color (decimal): -7731330 or 8259466. OLE color: 8259466.

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

Color convert

RGB 138 7 126 -
CMYK 0 0.95 0.09 0.46
HSL 305.5º 0.9% 0.28% -
HSV(B) 305.5º 0.95% 0.54% -
XYZ 14.32 7.06 20.35 -
YUV 59.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 138 7 126 0 0.95 0.09 0.46 305.5 0.9 0.28
Hex 8A 7 7E 0 5F 9 2E 131 5A 1C
Octal 212 7 176 0 137 11 56 461 132 34
Binary 10001010 111 1111110 0 1011111 1001 101110 100110001 1011010 11100

Color Harmonies of #8A077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A077E

Black with #8A077E

Text Example


Text Example

White with #8A077E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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