Html Css Color HEX #8A027C Purple

📋 copy color: '#8A027C'

red 138 ◦ green 2 ◦ blue 124

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

Shades of Purple #8A027C

Tints of Purple #8A027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 52.27%
G = 0.76%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A027C (or 0x8A027C) is known color: Purple. HEX triplet: 8A, 02 and 7C. RGB value is (138,2,124). Sum of RGB (Red+Green+Blue) = 138+2+124=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A027C is #75FD83. Grayscale: #383838. Windows color (decimal): -7732612 or 8127114. OLE color: 8127114.

HSL color Cylindrical-coordinate representation of color #8A027C: hue angle of 306.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A027C is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 2 124 -
CMYK 0 0.99 0.10 0.46
HSL 306.18º 0.97% 0.27% -
HSV(B) 306.18º 0.99% 0.54% -
XYZ 14.14 6.9 19.66 -
YUV 56.57 166.06 186.08 -
System Red Green Blue C M Y K H S L
Decimal 138 2 124 0 0.99 0.10 0.46 306.18 0.97 0.27
Hex 8A 2 7C 0 63 A 2E 132 61 1B
Octal 212 2 174 0 143 12 56 462 141 33
Binary 10001010 10 1111100 0 1100011 1010 101110 100110010 1100001 11011

Color Harmonies of #8A027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A027C

Black with #8A027C

Text Example


Text Example

White with #8A027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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