Html Css Color HEX #893073 Dark Purple

📋 copy color: '#893073'

red 137 ◦ green 48 ◦ blue 115

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

Shades of Dark Purple #893073

Tints of Dark Purple #893073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16%

 BLUE value IS 115 (45.31% from 255) = 38.33%

R = 45.67%
G = 16%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#893073 (or 0x893073) is known color: Dark Purple. HEX triplet: 89, 30 and 73. RGB value is (137,48,115). Sum of RGB (Red+Green+Blue) = 137+48+115=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #893073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893073 is #76CF8C. Grayscale: #525252. Windows color (decimal): -7786381 or 7549065. OLE color: 7549065.

HSL color Cylindrical-coordinate representation of color #893073: hue angle of 314.83º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893073 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 48 115 -
CMYK 0 0.65 0.16 0.46
HSL 314.83º 0.48% 0.36% -
HSV(B) 314.83º 0.65% 0.54% -
XYZ 14.47 8.67 17.13 -
YUV 82.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 137 48 115 0 0.65 0.16 0.46 314.83 0.48 0.36
Hex 89 30 73 0 41 10 2E 13B 30 24
Octal 211 60 163 0 101 20 56 473 60 44
Binary 10001001 110000 1110011 0 1000001 10000 101110 100111011 110000 100100

Color Harmonies of #893073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893073

Black with #893073

Text Example


Text Example

White with #893073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893073; }

 p { color: rgb(137,48,115); }

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

background-color css

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

 a { background-color: rgb(137,48,115); }

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

border-color css

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

 span { border-color: rgb(137,48,115); }

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