Html Css Color HEX #894075 Dark Purple

📋 copy color: '#894075'

red 137 ◦ green 64 ◦ blue 117

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

Shades of Dark Purple #894075

Tints of Dark Purple #894075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 43.08%
G = 20.13%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#894075 (or 0x894075) is known color: Dark Purple. HEX triplet: 89, 40 and 75. RGB value is (137,64,117). Sum of RGB (Red+Green+Blue) = 137+64+117=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #894075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894075 is #76BF8A. Grayscale: #5B5B5B. Windows color (decimal): -7782283 or 7684233. OLE color: 7684233.

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

Color convert

RGB 137 64 117 -
CMYK 0 0.53 0.15 0.46
HSL 316.44º 0.36% 0.39% -
HSV(B) 316.44º 0.53% 0.54% -
XYZ 15.36 10.27 18 -
YUV 91.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 137 64 117 0 0.53 0.15 0.46 316.44 0.36 0.39
Hex 89 40 75 0 35 F 2E 13C 24 27
Octal 211 100 165 0 65 17 56 474 44 47
Binary 10001001 1000000 1110101 0 110101 1111 101110 100111100 100100 100111

Color Harmonies of #894075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894075

Black with #894075

Text Example


Text Example

White with #894075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894075; }

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

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

background-color css

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

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

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

border-color css

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

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

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