Html Css Color HEX #8A2179 Dark Purple

📋 copy color: '#8A2179'

red 138 ◦ green 33 ◦ blue 121

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

Shades of Dark Purple #8A2179

Tints of Dark Purple #8A2179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.3%

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

R = 47.26%
G = 11.3%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A2179 (or 0x8A2179) is known color: Dark Purple. HEX triplet: 8A, 21 and 79. RGB value is (138,33,121). Sum of RGB (Red+Green+Blue) = 138+33+121=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2179 is #75DE86. Grayscale: #4A4A4A. Windows color (decimal): -7724679 or 7938442. OLE color: 7938442.

HSL color Cylindrical-coordinate representation of color #8A2179: hue angle of 309.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A2179 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 33 121 -
CMYK 0 0.76 0.12 0.46
HSL 309.71º 0.61% 0.34% -
HSV(B) 309.71º 0.76% 0.54% -
XYZ 14.48 7.87 18.85 -
YUV 74.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 138 33 121 0 0.76 0.12 0.46 309.71 0.61 0.34
Hex 8A 21 79 0 4C C 2E 136 3D 22
Octal 212 41 171 0 114 14 56 466 75 42
Binary 10001010 100001 1111001 0 1001100 1100 101110 100110110 111101 100010

Color Harmonies of #8A2179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2179

Black with #8A2179

Text Example


Text Example

White with #8A2179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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