Html Css Color HEX #89377E Dark Purple

📋 copy color: '#89377E'

red 137 ◦ green 55 ◦ blue 126

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

Shades of Dark Purple #89377E

Tints of Dark Purple #89377E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.62%

R = 43.08%
G = 17.3%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#89377E (or 0x89377E) is known color: Dark Purple. HEX triplet: 89, 37 and 7E. RGB value is (137,55,126). Sum of RGB (Red+Green+Blue) = 137+55+126=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #89377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89377E is #76C881. Grayscale: #575757. Windows color (decimal): -7784578 or 8271753. OLE color: 8271753.

HSL color Cylindrical-coordinate representation of color #89377E: hue angle of 308.05º 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 #89377E is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 55 126 -
CMYK 0 0.60 0.08 0.46
HSL 308.05º 0.43% 0.38% -
HSV(B) 308.05º 0.6% 0.54% -
XYZ 15.45 9.56 20.77 -
YUV 87.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 137 55 126 0 0.60 0.08 0.46 308.05 0.43 0.38
Hex 89 37 7E 0 3C 8 2E 134 2B 26
Octal 211 67 176 0 74 10 56 464 53 46
Binary 10001001 110111 1111110 0 111100 1000 101110 100110100 101011 100110

Color Harmonies of #89377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89377E

Black with #89377E

Text Example


Text Example

White with #89377E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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