Html Css Color HEX #894275 Dark Purple

📋 copy color: '#894275'

red 137 ◦ green 66 ◦ blue 117

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

Shades of Dark Purple #894275

Tints of Dark Purple #894275

RGB

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

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

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

R = 42.81%
G = 20.63%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#894275 (or 0x894275) is known color: Dark Purple. HEX triplet: 89, 42 and 75. RGB value is (137,66,117). Sum of RGB (Red+Green+Blue) = 137+66+117=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #894275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894275 is #76BD8A. Grayscale: #5C5C5C. Windows color (decimal): -7781771 or 7684745. OLE color: 7684745.

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

Color convert

RGB 137 66 117 -
CMYK 0 0.52 0.15 0.46
HSL 316.9º 0.35% 0.4% -
HSV(B) 316.9º 0.52% 0.54% -
XYZ 15.48 10.5 18.04 -
YUV 93.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 137 66 117 0 0.52 0.15 0.46 316.9 0.35 0.4
Hex 89 42 75 0 34 F 2E 13D 23 28
Octal 211 102 165 0 64 17 56 475 43 50
Binary 10001001 1000010 1110101 0 110100 1111 101110 100111101 100011 101000

Color Harmonies of #894275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894275

Black with #894275

Text Example


Text Example

White with #894275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894275; }

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

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

background-color css

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

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

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

border-color css

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

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

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