Html Css Color HEX #8A3679 Dark Purple

📋 copy color: '#8A3679'

red 138 ◦ green 54 ◦ blue 121

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

Shades of Dark Purple #8A3679

Tints of Dark Purple #8A3679

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 44.09%
G = 17.25%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A3679 (or 0x8A3679) is known color: Dark Purple. HEX triplet: 8A, 36 and 79. RGB value is (138,54,121). Sum of RGB (Red+Green+Blue) = 138+54+121=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3679 is #75C986. Grayscale: #565656. Windows color (decimal): -7719303 or 7943818. OLE color: 7943818.

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

Color convert

RGB 138 54 121 -
CMYK 0 0.61 0.12 0.46
HSL 312.14º 0.44% 0.38% -
HSV(B) 312.14º 0.61% 0.54% -
XYZ 15.25 9.42 19.1 -
YUV 86.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 138 54 121 0 0.61 0.12 0.46 312.14 0.44 0.38
Hex 8A 36 79 0 3D C 2E 138 2C 26
Octal 212 66 171 0 75 14 56 470 54 46
Binary 10001010 110110 1111001 0 111101 1100 101110 100111000 101100 100110

Color Harmonies of #8A3679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3679

Black with #8A3679

Text Example


Text Example

White with #8A3679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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