Html Css Color HEX #893775 Dark Purple

📋 copy color: '#893775'

red 137 ◦ green 55 ◦ blue 117

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

Shades of Dark Purple #893775

Tints of Dark Purple #893775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 44.34%
G = 17.8%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#893775 (or 0x893775) is known color: Dark Purple. HEX triplet: 89, 37 and 75. RGB value is (137,55,117). Sum of RGB (Red+Green+Blue) = 137+55+117=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #893775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893775 is #76C88A. Grayscale: #565656. Windows color (decimal): -7784587 or 7681929. OLE color: 7681929.

HSL color Cylindrical-coordinate representation of color #893775: hue angle of 314.63º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #893775 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 55 117 -
CMYK 0 0.60 0.15 0.46
HSL 314.63º 0.43% 0.38% -
HSV(B) 314.63º 0.6% 0.54% -
XYZ 14.89 9.34 17.85 -
YUV 86.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 137 55 117 0 0.60 0.15 0.46 314.63 0.43 0.38
Hex 89 37 75 0 3C F 2E 13B 2B 26
Octal 211 67 165 0 74 17 56 473 53 46
Binary 10001001 110111 1110101 0 111100 1111 101110 100111011 101011 100110

Color Harmonies of #893775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893775

Black with #893775

Text Example


Text Example

White with #893775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893775; }

 p { color: rgb(137,55,117); }

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

background-color css

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

 a { background-color: rgb(137,55,117); }

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

border-color css

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

 span { border-color: rgb(137,55,117); }

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