Html Css Color HEX #891E68 Dark Purple

📋 copy color: '#891E68'

red 137 ◦ green 30 ◦ blue 104

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

Shades of Dark Purple #891E68

Tints of Dark Purple #891E68

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

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

R = 50.55%
G = 11.07%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#891E68 (or 0x891E68) is known color: Dark Purple. HEX triplet: 89, 1E and 68. RGB value is (137,30,104). Sum of RGB (Red+Green+Blue) = 137+30+104=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #891E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891E68 is #76E197. Grayscale: #464646. Windows color (decimal): -7791000 or 6823561. OLE color: 6823561.

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

Color convert

RGB 137 30 104 -
CMYK 0 0.78 0.24 0.46
HSL 318.5º 0.64% 0.33% -
HSV(B) 318.5º 0.78% 0.54% -
XYZ 13.28 7.25 13.8 -
YUV 70.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 137 30 104 0 0.78 0.24 0.46 318.5 0.64 0.33
Hex 89 1E 68 0 4E 18 2E 13F 40 21
Octal 211 36 150 0 116 30 56 477 100 41
Binary 10001001 11110 1101000 0 1001110 11000 101110 100111111 1000000 100001

Color Harmonies of #891E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891E68

Black with #891E68

Text Example


Text Example

White with #891E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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