Html Css Color HEX #89377D Dark Purple

📋 copy color: '#89377D'

red 137 ◦ green 55 ◦ blue 125

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

Shades of Dark Purple #89377D

Tints of Dark Purple #89377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 43.22%
G = 17.35%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89377D (or 0x89377D) is known color: Dark Purple. HEX triplet: 89, 37 and 7D. RGB value is (137,55,125). Sum of RGB (Red+Green+Blue) = 137+55+125=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #89377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89377D is #76C882. Grayscale: #575757. Windows color (decimal): -7784579 or 8206217. OLE color: 8206217.

HSL color Cylindrical-coordinate representation of color #89377D: hue angle of 308.78º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #89377D is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 55 125 -
CMYK 0 0.60 0.09 0.46
HSL 308.78º 0.43% 0.38% -
HSV(B) 308.78º 0.6% 0.54% -
XYZ 15.38 9.53 20.43 -
YUV 87.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 137 55 125 0 0.60 0.09 0.46 308.78 0.43 0.38
Hex 89 37 7D 0 3C 9 2E 135 2B 26
Octal 211 67 175 0 74 11 56 465 53 46
Binary 10001001 110111 1111101 0 111100 1001 101110 100110101 101011 100110

Color Harmonies of #89377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89377D

Black with #89377D

Text Example


Text Example

White with #89377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89377D; }

 p { color: rgb(137,55,125); }

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

background-color css

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

 a { background-color: rgb(137,55,125); }

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

border-color css

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

 span { border-color: rgb(137,55,125); }

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