Html Css Color HEX #891A68 Dark Purple

📋 copy color: '#891A68'

red 137 ◦ green 26 ◦ blue 104

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

Shades of Dark Purple #891A68

Tints of Dark Purple #891A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

 BLUE value IS 104 (41.02% from 255) = 38.95%

R = 51.31%
G = 9.74%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#891A68 (or 0x891A68) is known color: Dark Purple. HEX triplet: 89, 1A and 68. RGB value is (137,26,104). Sum of RGB (Red+Green+Blue) = 137+26+104=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #891A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891A68 is #76E597. Grayscale: #434343. Windows color (decimal): -7792024 or 6822537. OLE color: 6822537.

HSL color Cylindrical-coordinate representation of color #891A68: hue angle of 317.84º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891A68 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 26 104 -
CMYK 0 0.81 0.24 0.46
HSL 317.84º 0.68% 0.32% -
HSV(B) 317.84º 0.81% 0.54% -
XYZ 13.18 7.06 13.76 -
YUV 68.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 137 26 104 0 0.81 0.24 0.46 317.84 0.68 0.32
Hex 89 1A 68 0 51 18 2E 13E 44 20
Octal 211 32 150 0 121 30 56 476 104 40
Binary 10001001 11010 1101000 0 1010001 11000 101110 100111110 1000100 100000

Color Harmonies of #891A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891A68

Black with #891A68

Text Example


Text Example

White with #891A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891A68; }

 p { color: rgb(137,26,104); }

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

background-color css

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

 a { background-color: rgb(137,26,104); }

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

border-color css

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

 span { border-color: rgb(137,26,104); }

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