Html Css Color HEX #89326C Dark Purple

📋 copy color: '#89326C'

red 137 ◦ green 50 ◦ blue 108

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

Shades of Dark Purple #89326C

Tints of Dark Purple #89326C

RGB

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

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

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

R = 46.44%
G = 16.95%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89326C (or 0x89326C) is known color: Dark Purple. HEX triplet: 89, 32 and 6C. RGB value is (137,50,108). Sum of RGB (Red+Green+Blue) = 137+50+108=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #89326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89326C is #76CD93. Grayscale: #525252. Windows color (decimal): -7785876 or 7090825. OLE color: 7090825.

HSL color Cylindrical-coordinate representation of color #89326C: hue angle of 320º 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 #89326C is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 50 108 -
CMYK 0 0.64 0.21 0.46
HSL 320º 0.47% 0.37% -
HSV(B) 320º 0.64% 0.54% -
XYZ 14.16 8.68 15.12 -
YUV 82.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 137 50 108 0 0.64 0.21 0.46 320 0.47 0.37
Hex 89 32 6C 0 40 15 2E 140 2F 25
Octal 211 62 154 0 100 25 56 500 57 45
Binary 10001001 110010 1101100 0 1000000 10101 101110 101000000 101111 100101

Color Harmonies of #89326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89326C

Black with #89326C

Text Example


Text Example

White with #89326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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