Html Css Color HEX #894277 Dark Purple

📋 copy color: '#894277'

red 137 ◦ green 66 ◦ blue 119

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

Shades of Dark Purple #894277

Tints of Dark Purple #894277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 119 (46.88% from 255) = 36.96%

R = 42.55%
G = 20.5%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#894277 (or 0x894277) is known color: Dark Purple. HEX triplet: 89, 42 and 77. RGB value is (137,66,119). Sum of RGB (Red+Green+Blue) = 137+66+119=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #894277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894277 is #76BD88. Grayscale: #5D5D5D. Windows color (decimal): -7781769 or 7815817. OLE color: 7815817.

HSL color Cylindrical-coordinate representation of color #894277: hue angle of 315.21º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894277 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 119 -
CMYK 0 0.52 0.13 0.46
HSL 315.21º 0.35% 0.4% -
HSV(B) 315.21º 0.52% 0.54% -
XYZ 15.59 10.55 18.67 -
YUV 93.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 137 66 119 0 0.52 0.13 0.46 315.21 0.35 0.4
Hex 89 42 77 0 34 D 2E 13B 23 28
Octal 211 102 167 0 64 15 56 473 43 50
Binary 10001001 1000010 1110111 0 110100 1101 101110 100111011 100011 101000

Color Harmonies of #894277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894277

Black with #894277

Text Example


Text Example

White with #894277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894277; }

 p { color: rgb(137,66,119); }

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

background-color css

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

 a { background-color: rgb(137,66,119); }

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

border-color css

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

 span { border-color: rgb(137,66,119); }

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