Html Css Color HEX #893A74 Dark Purple

📋 copy color: '#893A74'

red 137 ◦ green 58 ◦ blue 116

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

Shades of Dark Purple #893A74

Tints of Dark Purple #893A74

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.65%

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 44.05%
G = 18.65%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#893A74 (or 0x893A74) is known color: Dark Purple. HEX triplet: 89, 3A and 74. RGB value is (137,58,116). Sum of RGB (Red+Green+Blue) = 137+58+116=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #893A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A74 is #76C58B. Grayscale: #585858. Windows color (decimal): -7783820 or 7617161. OLE color: 7617161.

HSL color Cylindrical-coordinate representation of color #893A74: hue angle of 315.95º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893A74 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 58 116 -
CMYK 0 0.58 0.15 0.46
HSL 315.95º 0.41% 0.38% -
HSV(B) 315.95º 0.58% 0.54% -
XYZ 14.98 9.61 17.59 -
YUV 88.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 137 58 116 0 0.58 0.15 0.46 315.95 0.41 0.38
Hex 89 3A 74 0 3A F 2E 13C 29 26
Octal 211 72 164 0 72 17 56 474 51 46
Binary 10001001 111010 1110100 0 111010 1111 101110 100111100 101001 100110

Color Harmonies of #893A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A74

Black with #893A74

Text Example


Text Example

White with #893A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893A74; }

 p { color: rgb(137,58,116); }

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

background-color css

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

 a { background-color: rgb(137,58,116); }

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

border-color css

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

 span { border-color: rgb(137,58,116); }

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