Html Css Color HEX #89126F Dark Purple

📋 copy color: '#89126F'

red 137 ◦ green 18 ◦ blue 111

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

Shades of Dark Purple #89126F

Tints of Dark Purple #89126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

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

R = 51.5%
G = 6.77%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#89126F (or 0x89126F) is known color: Dark Purple. HEX triplet: 89, 12 and 6F. RGB value is (137,18,111). Sum of RGB (Red+Green+Blue) = 137+18+111=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89126F is #76ED90. Grayscale: #3F3F3F. Windows color (decimal): -7794065 or 7279241. OLE color: 7279241.

HSL color Cylindrical-coordinate representation of color #89126F: hue angle of 313.11º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #89126F is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 111 -
CMYK 0 0.87 0.19 0.46
HSL 313.11º 0.77% 0.3% -
HSV(B) 313.11º 0.87% 0.54% -
XYZ 13.4 6.9 15.66 -
YUV 64.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 137 18 111 0 0.87 0.19 0.46 313.11 0.77 0.3
Hex 89 12 6F 0 57 13 2E 139 4D 1E
Octal 211 22 157 0 127 23 56 471 115 36
Binary 10001001 10010 1101111 0 1010111 10011 101110 100111001 1001101 11110

Color Harmonies of #89126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89126F

Black with #89126F

Text Example


Text Example

White with #89126F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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