Html Css Color HEX #89146C Dark Purple

📋 copy color: '#89146C'

red 137 ◦ green 20 ◦ blue 108

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

Shades of Dark Purple #89146C

Tints of Dark Purple #89146C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

 BLUE value IS 108 (42.58% from 255) = 40.75%

R = 51.7%
G = 7.55%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89146C (or 0x89146C) is known color: Dark Purple. HEX triplet: 89, 14 and 6C. RGB value is (137,20,108). Sum of RGB (Red+Green+Blue) = 137+20+108=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89146C is #76EB93. Grayscale: #404040. Windows color (decimal): -7793556 or 7083145. OLE color: 7083145.

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

Color convert

RGB 137 20 108 -
CMYK 0 0.85 0.21 0.46
HSL 314.87º 0.75% 0.31% -
HSV(B) 314.87º 0.85% 0.54% -
XYZ 13.27 6.9 14.82 -
YUV 65.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 137 20 108 0 0.85 0.21 0.46 314.87 0.75 0.31
Hex 89 14 6C 0 55 15 2E 13B 4B 1F
Octal 211 24 154 0 125 25 56 473 113 37
Binary 10001001 10100 1101100 0 1010101 10101 101110 100111011 1001011 11111

Color Harmonies of #89146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89146C

Black with #89146C

Text Example


Text Example

White with #89146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,20,108); }

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

background-color css

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

 a { background-color: rgb(137,20,108); }

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

border-color css

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

 span { border-color: rgb(137,20,108); }

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