Html Css Color HEX #891278 Dark Purple

📋 copy color: '#891278'

red 137 ◦ green 18 ◦ blue 120

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

Shades of Dark Purple #891278

Tints of Dark Purple #891278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

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

R = 49.82%
G = 6.55%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#891278 (or 0x891278) is known color: Dark Purple. HEX triplet: 89, 12 and 78. RGB value is (137,18,120). Sum of RGB (Red+Green+Blue) = 137+18+120=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #891278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891278 is #76ED87. Grayscale: #404040. Windows color (decimal): -7794056 or 7869065. OLE color: 7869065.

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

Color convert

RGB 137 18 120 -
CMYK 0 0.87 0.12 0.46
HSL 308.57º 0.77% 0.3% -
HSV(B) 308.57º 0.87% 0.54% -
XYZ 13.92 7.11 18.41 -
YUV 65.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 137 18 120 0 0.87 0.12 0.46 308.57 0.77 0.3
Hex 89 12 78 0 57 C 2E 135 4D 1E
Octal 211 22 170 0 127 14 56 465 115 36
Binary 10001001 10010 1111000 0 1010111 1100 101110 100110101 1001101 11110

Color Harmonies of #891278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891278

Black with #891278

Text Example


Text Example

White with #891278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891278; }

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

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

background-color css

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

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

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

border-color css

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

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

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