Html Css Color HEX #89296B Dark Purple

📋 copy color: '#89296B'

red 137 ◦ green 41 ◦ blue 107

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

Shades of Dark Purple #89296B

Tints of Dark Purple #89296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 48.07%
G = 14.39%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#89296B (or 0x89296B) is known color: Dark Purple. HEX triplet: 89, 29 and 6B. RGB value is (137,41,107). Sum of RGB (Red+Green+Blue) = 137+41+107=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #89296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89296B is #76D694. Grayscale: #4D4D4D. Windows color (decimal): -7788181 or 7022985. OLE color: 7022985.

HSL color Cylindrical-coordinate representation of color #89296B: hue angle of 318.75º 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 #89296B is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 41 107 -
CMYK 0 0.70 0.22 0.46
HSL 318.75º 0.54% 0.35% -
HSV(B) 318.75º 0.7% 0.54% -
XYZ 13.76 7.97 14.72 -
YUV 77.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 137 41 107 0 0.70 0.22 0.46 318.75 0.54 0.35
Hex 89 29 6B 0 46 16 2E 13F 36 23
Octal 211 51 153 0 106 26 56 477 66 43
Binary 10001001 101001 1101011 0 1000110 10110 101110 100111111 110110 100011

Color Harmonies of #89296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89296B

Black with #89296B

Text Example


Text Example

White with #89296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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