Html Css Color HEX #89126D Dark Purple

📋 copy color: '#89126D'

red 137 ◦ green 18 ◦ blue 109

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

Shades of Dark Purple #89126D

Tints of Dark Purple #89126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.29%

R = 51.89%
G = 6.82%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#89126D (or 0x89126D) is known color: Dark Purple. HEX triplet: 89, 12 and 6D. RGB value is (137,18,109). Sum of RGB (Red+Green+Blue) = 137+18+109=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89126D is #76ED92. Grayscale: #3F3F3F. Windows color (decimal): -7794067 or 7148169. OLE color: 7148169.

HSL color Cylindrical-coordinate representation of color #89126D: hue angle of 314.12º 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 #89126D is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 109 -
CMYK 0 0.87 0.20 0.46
HSL 314.12º 0.77% 0.3% -
HSV(B) 314.12º 0.87% 0.54% -
XYZ 13.29 6.86 15.09 -
YUV 63.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 137 18 109 0 0.87 0.20 0.46 314.12 0.77 0.3
Hex 89 12 6D 0 57 14 2E 13A 4D 1E
Octal 211 22 155 0 127 24 56 472 115 36
Binary 10001001 10010 1101101 0 1010111 10100 101110 100111010 1001101 11110

Color Harmonies of #89126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89126D

Black with #89126D

Text Example


Text Example

White with #89126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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