Html Css Color HEX #893474 Dark Purple

📋 copy color: '#893474'

red 137 ◦ green 52 ◦ blue 116

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

Shades of Dark Purple #893474

Tints of Dark Purple #893474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.03%

R = 44.92%
G = 17.05%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#893474 (or 0x893474) is known color: Dark Purple. HEX triplet: 89, 34 and 74. RGB value is (137,52,116). Sum of RGB (Red+Green+Blue) = 137+52+116=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #893474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893474 is #76CB8B. Grayscale: #545454. Windows color (decimal): -7785356 or 7615625. OLE color: 7615625.

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

Color convert

RGB 137 52 116 -
CMYK 0 0.62 0.15 0.46
HSL 314.82º 0.45% 0.37% -
HSV(B) 314.82º 0.62% 0.54% -
XYZ 14.7 9.04 17.49 -
YUV 84.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 137 52 116 0 0.62 0.15 0.46 314.82 0.45 0.37
Hex 89 34 74 0 3E F 2E 13B 2D 25
Octal 211 64 164 0 76 17 56 473 55 45
Binary 10001001 110100 1110100 0 111110 1111 101110 100111011 101101 100101

Color Harmonies of #893474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893474

Black with #893474

Text Example


Text Example

White with #893474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893474; }

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

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

background-color css

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

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

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

border-color css

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

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

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