Html Css Color HEX #891378 Dark Purple

📋 copy color: '#891378'

red 137 ◦ green 19 ◦ blue 120

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

Shades of Dark Purple #891378

Tints of Dark Purple #891378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

 BLUE value IS 120 (47.27% from 255) = 43.48%

R = 49.64%
G = 6.88%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#891378 (or 0x891378) is known color: Dark Purple. HEX triplet: 89, 13 and 78. RGB value is (137,19,120). Sum of RGB (Red+Green+Blue) = 137+19+120=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #891378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891378 is #76EC87. Grayscale: #414141. Windows color (decimal): -7793800 or 7869321. OLE color: 7869321.

HSL color Cylindrical-coordinate representation of color #891378: hue angle of 308.64º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891378 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 120 -
CMYK 0 0.86 0.12 0.46
HSL 308.64º 0.76% 0.31% -
HSV(B) 308.64º 0.86% 0.54% -
XYZ 13.94 7.14 18.41 -
YUV 65.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 137 19 120 0 0.86 0.12 0.46 308.64 0.76 0.31
Hex 89 13 78 0 56 C 2E 135 4C 1F
Octal 211 23 170 0 126 14 56 465 114 37
Binary 10001001 10011 1111000 0 1010110 1100 101110 100110101 1001100 11111

Color Harmonies of #891378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891378

Black with #891378

Text Example


Text Example

White with #891378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891378; }

 p { color: rgb(137,19,120); }

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

background-color css

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

 a { background-color: rgb(137,19,120); }

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

border-color css

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

 span { border-color: rgb(137,19,120); }

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