Html Css Color HEX #89296A Dark Purple

📋 copy color: '#89296A'

red 137 ◦ green 41 ◦ blue 106

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

Shades of Dark Purple #89296A

Tints of Dark Purple #89296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 48.24%
G = 14.44%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#89296A (or 0x89296A) is known color: Dark Purple. HEX triplet: 89, 29 and 6A. RGB value is (137,41,106). Sum of RGB (Red+Green+Blue) = 137+41+106=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #89296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89296A is #76D695. Grayscale: #4C4C4C. Windows color (decimal): -7788182 or 6957449. OLE color: 6957449.

HSL color Cylindrical-coordinate representation of color #89296A: hue angle of 319.38º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89296A is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 41 106 -
CMYK 0 0.70 0.23 0.46
HSL 319.38º 0.54% 0.35% -
HSV(B) 319.38º 0.7% 0.54% -
XYZ 13.71 7.94 14.45 -
YUV 77.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 137 41 106 0 0.70 0.23 0.46 319.38 0.54 0.35
Hex 89 29 6A 0 46 17 2E 13F 36 23
Octal 211 51 152 0 106 27 56 477 66 43
Binary 10001001 101001 1101010 0 1000110 10111 101110 100111111 110110 100011

Color Harmonies of #89296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89296A

Black with #89296A

Text Example


Text Example

White with #89296A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89296A; }

 p { color: rgb(137,41,106); }

 H1.HeaderClassName
 {
   color: #89296A;
 }
 .AnyTagClassName
 {
   color: #89296A;
 }
</style>

background-color css

<style>
 a { background-color: #89296A; }

 a { background-color: rgb(137,41,106); }

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

border-color css

<style>
 span { border-color: #89296A; }

 span { border-color: rgb(137,41,106); }

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