Html Css Color HEX #8A3979 Dark Purple

📋 copy color: '#8A3979'

red 138 ◦ green 57 ◦ blue 121

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

Shades of Dark Purple #8A3979

Tints of Dark Purple #8A3979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

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

R = 43.67%
G = 18.04%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A3979 (or 0x8A3979) is known color: Dark Purple. HEX triplet: 8A, 39 and 79. RGB value is (138,57,121). Sum of RGB (Red+Green+Blue) = 138+57+121=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3979 is #75C686. Grayscale: #585858. Windows color (decimal): -7718535 or 7944586. OLE color: 7944586.

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

Color convert

RGB 138 57 121 -
CMYK 0 0.59 0.12 0.46
HSL 312.59º 0.42% 0.38% -
HSV(B) 312.59º 0.59% 0.54% -
XYZ 15.4 9.71 19.15 -
YUV 88.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 138 57 121 0 0.59 0.12 0.46 312.59 0.42 0.38
Hex 8A 39 79 0 3B C 2E 139 2A 26
Octal 212 71 171 0 73 14 56 471 52 46
Binary 10001010 111001 1111001 0 111011 1100 101110 100111001 101010 100110

Color Harmonies of #8A3979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3979

Black with #8A3979

Text Example


Text Example

White with #8A3979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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