Html Css Color HEX #89346C Dark Purple

📋 copy color: '#89346C'

red 137 ◦ green 52 ◦ blue 108

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

Shades of Dark Purple #89346C

Tints of Dark Purple #89346C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 46.13%
G = 17.51%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89346C (or 0x89346C) is known color: Dark Purple. HEX triplet: 89, 34 and 6C. RGB value is (137,52,108). Sum of RGB (Red+Green+Blue) = 137+52+108=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #89346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89346C is #76CB93. Grayscale: #535353. Windows color (decimal): -7785364 or 7091337. OLE color: 7091337.

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

Color convert

RGB 137 52 108 -
CMYK 0 0.62 0.21 0.46
HSL 320.47º 0.45% 0.37% -
HSV(B) 320.47º 0.62% 0.54% -
XYZ 14.25 8.86 15.15 -
YUV 83.8 141.66 165.95 -
System Red Green Blue C M Y K H S L
Decimal 137 52 108 0 0.62 0.21 0.46 320.47 0.45 0.37
Hex 89 34 6C 0 3E 15 2E 140 2D 25
Octal 211 64 154 0 76 25 56 500 55 45
Binary 10001001 110100 1101100 0 111110 10101 101110 101000000 101101 100101

Color Harmonies of #89346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89346C

Black with #89346C

Text Example


Text Example

White with #89346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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