Html Css Color HEX #8A037C Purple

📋 copy color: '#8A037C'

red 138 ◦ green 3 ◦ blue 124

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

Shades of Purple #8A037C

Tints of Purple #8A037C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.79%

R = 52.08%
G = 1.13%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A037C (or 0x8A037C) is known color: Purple. HEX triplet: 8A, 03 and 7C. RGB value is (138,3,124). Sum of RGB (Red+Green+Blue) = 138+3+124=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A037C is #75FC83. Grayscale: #383838. Windows color (decimal): -7732356 or 8127370. OLE color: 8127370.

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

Color convert

RGB 138 3 124 -
CMYK 0 0.98 0.10 0.46
HSL 306.22º 0.96% 0.28% -
HSV(B) 306.22º 0.98% 0.54% -
XYZ 14.15 6.92 19.66 -
YUV 57.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 138 3 124 0 0.98 0.10 0.46 306.22 0.96 0.28
Hex 8A 3 7C 0 62 A 2E 132 60 1C
Octal 212 3 174 0 142 12 56 462 140 34
Binary 10001010 11 1111100 0 1100010 1010 101110 100110010 1100000 11100

Color Harmonies of #8A037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A037C

Black with #8A037C

Text Example


Text Example

White with #8A037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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