Html Css Color HEX #8A007F Purple

📋 copy color: '#8A007F'

red 138 ◦ green 0 ◦ blue 127

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

Shades of Purple #8A007F

Tints of Purple #8A007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.92%

R = 52.08%
G = 0%
B = 47.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A007F (or 0x8A007F) is known color: Purple. HEX triplet: 8A, 00 and 7F. RGB value is (138,0,127). Sum of RGB (Red+Green+Blue) = 138+0+127=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A007F is #75FF80. Grayscale: #373737. Windows color (decimal): -7733121 or 8323210. OLE color: 8323210.

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

Color convert

RGB 138 0 127 -
CMYK 0 1 0.08 0.46
HSL 304.78º 1% 0.27% -
HSV(B) 304.78º 1% 0.54% -
XYZ 14.31 6.94 20.66 -
YUV 55.74 168.22 186.67 -
System Red Green Blue C M Y K H S L
Decimal 138 0 127 0 1 0.08 0.46 304.78 1 0.27
Hex 8A 0 7F 0 64 8 2E 131 64 1B
Octal 212 0 177 0 144 10 56 461 144 33
Binary 10001010 0 1111111 0 1100100 1000 101110 100110001 1100100 11011

Color Harmonies of #8A007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A007F

Black with #8A007F

Text Example


Text Example

White with #8A007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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