Html Css Color HEX #8A3579 Dark Purple

📋 copy color: '#8A3579'

red 138 ◦ green 53 ◦ blue 121

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

Shades of Dark Purple #8A3579

Tints of Dark Purple #8A3579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

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

R = 44.23%
G = 16.99%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A3579 (or 0x8A3579) is known color: Dark Purple. HEX triplet: 8A, 35 and 79. RGB value is (138,53,121). Sum of RGB (Red+Green+Blue) = 138+53+121=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3579 is #75CA86. Grayscale: #555555. Windows color (decimal): -7719559 or 7943562. OLE color: 7943562.

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

Color convert

RGB 138 53 121 -
CMYK 0 0.62 0.12 0.46
HSL 312º 0.45% 0.37% -
HSV(B) 312º 0.62% 0.54% -
XYZ 15.21 9.33 19.09 -
YUV 86.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 138 53 121 0 0.62 0.12 0.46 312 0.45 0.37
Hex 8A 35 79 0 3E C 2E 138 2D 25
Octal 212 65 171 0 76 14 56 470 55 45
Binary 10001010 110101 1111001 0 111110 1100 101110 100111000 101101 100101

Color Harmonies of #8A3579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3579

Black with #8A3579

Text Example


Text Example

White with #8A3579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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