Html Css Color HEX #89137C Dark Purple

📋 copy color: '#89137C'

red 137 ◦ green 19 ◦ blue 124

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

Shades of Dark Purple #89137C

Tints of Dark Purple #89137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 48.93%
G = 6.79%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89137C (or 0x89137C) is known color: Dark Purple. HEX triplet: 89, 13 and 7C. RGB value is (137,19,124). Sum of RGB (Red+Green+Blue) = 137+19+124=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89137C is #76EC83. Grayscale: #414141. Windows color (decimal): -7793796 or 8131465. OLE color: 8131465.

HSL color Cylindrical-coordinate representation of color #89137C: hue angle of 306.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89137C is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 124 -
CMYK 0 0.86 0.09 0.46
HSL 306.61º 0.76% 0.31% -
HSV(B) 306.61º 0.86% 0.54% -
XYZ 14.19 7.24 19.72 -
YUV 66.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 137 19 124 0 0.86 0.09 0.46 306.61 0.76 0.31
Hex 89 13 7C 0 56 9 2E 133 4C 1F
Octal 211 23 174 0 126 11 56 463 114 37
Binary 10001001 10011 1111100 0 1010110 1001 101110 100110011 1001100 11111

Color Harmonies of #89137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89137C

Black with #89137C

Text Example


Text Example

White with #89137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89137C; }

 p { color: rgb(137,19,124); }

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

background-color css

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

 a { background-color: rgb(137,19,124); }

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

border-color css

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

 span { border-color: rgb(137,19,124); }

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