Html Css Color HEX #894079 Dark Purple

📋 copy color: '#894079'

red 137 ◦ green 64 ◦ blue 121

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

Shades of Dark Purple #894079

Tints of Dark Purple #894079

RGB

 RED value IS 137 (53.91% from 255) = 42.55%

 GREEN value IS 64 (25.39% from 255) = 19.88%

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

R = 42.55%
G = 19.88%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#894079 (or 0x894079) is known color: Dark Purple. HEX triplet: 89, 40 and 79. RGB value is (137,64,121). Sum of RGB (Red+Green+Blue) = 137+64+121=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #894079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894079 is #76BF86. Grayscale: #5C5C5C. Windows color (decimal): -7782279 or 7946377. OLE color: 7946377.

HSL color Cylindrical-coordinate representation of color #894079: hue angle of 313.15º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894079 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 64 121 -
CMYK 0 0.53 0.12 0.46
HSL 313.15º 0.36% 0.39% -
HSV(B) 313.15º 0.53% 0.54% -
XYZ 15.6 10.37 19.27 -
YUV 92.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 137 64 121 0 0.53 0.12 0.46 313.15 0.36 0.39
Hex 89 40 79 0 35 C 2E 139 24 27
Octal 211 100 171 0 65 14 56 471 44 47
Binary 10001001 1000000 1111001 0 110101 1100 101110 100111001 100100 100111

Color Harmonies of #894079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894079

Black with #894079

Text Example


Text Example

White with #894079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894079; }

 p { color: rgb(137,64,121); }

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

background-color css

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

 a { background-color: rgb(137,64,121); }

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

border-color css

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

 span { border-color: rgb(137,64,121); }

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