Html Css Color HEX #8A007C Purple

📋 copy color: '#8A007C'

red 138 ◦ green 0 ◦ blue 124

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

Shades of Purple #8A007C

Tints of Purple #8A007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.67%
G = 0%
B = 47.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A007C (or 0x8A007C) is known color: Purple. HEX triplet: 8A, 00 and 7C. RGB value is (138,0,124). Sum of RGB (Red+Green+Blue) = 138+0+124=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A007C is #75FF83. Grayscale: #373737. Windows color (decimal): -7733124 or 8126602. OLE color: 8126602.

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

Color convert

RGB 138 0 124 -
CMYK 0 1 0.10 0.46
HSL 306.09º 1% 0.27% -
HSV(B) 306.09º 1% 0.54% -
XYZ 14.12 6.86 19.65 -
YUV 55.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 138 0 124 0 1 0.10 0.46 306.09 1 0.27
Hex 8A 0 7C 0 64 A 2E 132 64 1B
Octal 212 0 174 0 144 12 56 462 144 33
Binary 10001010 0 1111100 0 1100100 1010 101110 100110010 1100100 11011

Color Harmonies of #8A007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A007C

Black with #8A007C

Text Example


Text Example

White with #8A007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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