Html Css Color HEX #893473 Dark Purple

📋 copy color: '#893473'

red 137 ◦ green 52 ◦ blue 115

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

Shades of Dark Purple #893473

Tints of Dark Purple #893473

RGB

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

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

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

R = 45.07%
G = 17.11%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#893473 (or 0x893473) is known color: Dark Purple. HEX triplet: 89, 34 and 73. RGB value is (137,52,115). Sum of RGB (Red+Green+Blue) = 137+52+115=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #893473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893473 is #76CB8C. Grayscale: #545454. Windows color (decimal): -7785357 or 7550089. OLE color: 7550089.

HSL color Cylindrical-coordinate representation of color #893473: hue angle of 315.53º 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 #893473 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 52 115 -
CMYK 0 0.62 0.16 0.46
HSL 315.53º 0.45% 0.37% -
HSV(B) 315.53º 0.62% 0.54% -
XYZ 14.64 9.01 17.19 -
YUV 84.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 137 52 115 0 0.62 0.16 0.46 315.53 0.45 0.37
Hex 89 34 73 0 3E 10 2E 13C 2D 25
Octal 211 64 163 0 76 20 56 474 55 45
Binary 10001001 110100 1110011 0 111110 10000 101110 100111100 101101 100101

Color Harmonies of #893473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893473

Black with #893473

Text Example


Text Example

White with #893473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893473; }

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

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

background-color css

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

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

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

border-color css

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

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

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