Html Css Color HEX #89326F Dark Purple

📋 copy color: '#89326F'

red 137 ◦ green 50 ◦ blue 111

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

Shades of Dark Purple #89326F

Tints of Dark Purple #89326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

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

R = 45.97%
G = 16.78%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#89326F (or 0x89326F) is known color: Dark Purple. HEX triplet: 89, 32 and 6F. RGB value is (137,50,111). Sum of RGB (Red+Green+Blue) = 137+50+111=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #89326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89326F is #76CD90. Grayscale: #525252. Windows color (decimal): -7785873 or 7287433. OLE color: 7287433.

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

Color convert

RGB 137 50 111 -
CMYK 0 0.64 0.19 0.46
HSL 317.93º 0.47% 0.37% -
HSV(B) 317.93º 0.64% 0.54% -
XYZ 14.33 8.75 15.97 -
YUV 82.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 137 50 111 0 0.64 0.19 0.46 317.93 0.47 0.37
Hex 89 32 6F 0 40 13 2E 13E 2F 25
Octal 211 62 157 0 100 23 56 476 57 45
Binary 10001001 110010 1101111 0 1000000 10011 101110 100111110 101111 100101

Color Harmonies of #89326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89326F

Black with #89326F

Text Example


Text Example

White with #89326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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