Html Css Color HEX #8A037E Purple

📋 copy color: '#8A037E'

red 138 ◦ green 3 ◦ blue 126

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

Shades of Purple #8A037E

Tints of Purple #8A037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 51.69%
G = 1.12%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A037E (or 0x8A037E) is known color: Purple. HEX triplet: 8A, 03 and 7E. RGB value is (138,3,126). Sum of RGB (Red+Green+Blue) = 138+3+126=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A037E is #75FC81. Grayscale: #393939. Windows color (decimal): -7732354 or 8258442. OLE color: 8258442.

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

Color convert

RGB 138 3 126 -
CMYK 0 0.98 0.09 0.46
HSL 305.33º 0.96% 0.28% -
HSV(B) 305.33º 0.98% 0.54% -
XYZ 14.28 6.97 20.33 -
YUV 57.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 138 3 126 0 0.98 0.09 0.46 305.33 0.96 0.28
Hex 8A 3 7E 0 62 9 2E 131 60 1C
Octal 212 3 176 0 142 11 56 461 140 34
Binary 10001010 11 1111110 0 1100010 1001 101110 100110001 1100000 11100

Color Harmonies of #8A037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A037E

Black with #8A037E

Text Example


Text Example

White with #8A037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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