Html Css Color HEX #8A0279 Purple

📋 copy color: '#8A0279'

red 138 ◦ green 2 ◦ blue 121

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

Shades of Purple #8A0279

Tints of Purple #8A0279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.36%

R = 52.87%
G = 0.77%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A0279 (or 0x8A0279) is known color: Purple. HEX triplet: 8A, 02 and 79. RGB value is (138,2,121). Sum of RGB (Red+Green+Blue) = 138+2+121=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0279 is #75FD86. Grayscale: #373737. Windows color (decimal): -7732615 or 7930506. OLE color: 7930506.

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

Color convert

RGB 138 2 121 -
CMYK 0 0.99 0.12 0.46
HSL 307.5º 0.97% 0.27% -
HSV(B) 307.5º 0.99% 0.54% -
XYZ 13.95 6.83 18.67 -
YUV 56.23 164.56 186.32 -
System Red Green Blue C M Y K H S L
Decimal 138 2 121 0 0.99 0.12 0.46 307.5 0.97 0.27
Hex 8A 2 79 0 63 C 2E 134 61 1B
Octal 212 2 171 0 143 14 56 464 141 33
Binary 10001010 10 1111001 0 1100011 1100 101110 100110100 1100001 11011

Color Harmonies of #8A0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0279

Black with #8A0279

Text Example


Text Example

White with #8A0279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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