Html Css Color HEX #893980 Dark Purple

📋 copy color: '#893980'

red 137 ◦ green 57 ◦ blue 128

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

Shades of Dark Purple #893980

Tints of Dark Purple #893980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.75%

R = 42.55%
G = 17.7%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#893980 (or 0x893980) is known color: Dark Purple. HEX triplet: 89, 39 and 80. RGB value is (137,57,128). Sum of RGB (Red+Green+Blue) = 137+57+128=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #893980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893980 is #76C67F. Grayscale: #585858. Windows color (decimal): -7784064 or 8403337. OLE color: 8403337.

HSL color Cylindrical-coordinate representation of color #893980: hue angle of 306.75º 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 #893980 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 57 128 -
CMYK 0 0.58 0.07 0.46
HSL 306.75º 0.41% 0.38% -
HSV(B) 306.75º 0.58% 0.54% -
XYZ 15.68 9.8 21.49 -
YUV 89.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 137 57 128 0 0.58 0.07 0.46 306.75 0.41 0.38
Hex 89 39 80 0 3A 7 2E 133 29 26
Octal 211 71 200 0 72 7 56 463 51 46
Binary 10001001 111001 10000000 0 111010 111 101110 100110011 101001 100110

Color Harmonies of #893980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893980

Black with #893980

Text Example


Text Example

White with #893980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893980; }

 p { color: rgb(137,57,128); }

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

background-color css

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

 a { background-color: rgb(137,57,128); }

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

border-color css

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

 span { border-color: rgb(137,57,128); }

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