Html Css Color HEX #89136F Dark Purple

📋 copy color: '#89136F'

red 137 ◦ green 19 ◦ blue 111

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

Shades of Dark Purple #89136F

Tints of Dark Purple #89136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.57%

R = 51.31%
G = 7.12%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#89136F (or 0x89136F) is known color: Dark Purple. HEX triplet: 89, 13 and 6F. RGB value is (137,19,111). Sum of RGB (Red+Green+Blue) = 137+19+111=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89136F is #76EC90. Grayscale: #404040. Windows color (decimal): -7793809 or 7279497. OLE color: 7279497.

HSL color Cylindrical-coordinate representation of color #89136F: hue angle of 313.22º 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 #89136F is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 111 -
CMYK 0 0.86 0.19 0.46
HSL 313.22º 0.76% 0.31% -
HSV(B) 313.22º 0.86% 0.54% -
XYZ 13.42 6.93 15.67 -
YUV 64.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 137 19 111 0 0.86 0.19 0.46 313.22 0.76 0.31
Hex 89 13 6F 0 56 13 2E 139 4C 1F
Octal 211 23 157 0 126 23 56 471 114 37
Binary 10001001 10011 1101111 0 1010110 10011 101110 100111001 1001100 11111

Color Harmonies of #89136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89136F

Black with #89136F

Text Example


Text Example

White with #89136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89136F; }

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

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

background-color css

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

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

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

border-color css

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

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

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