Html Css Color HEX #890B6E Dark Purple

📋 copy color: '#890B6E'

red 137 ◦ green 11 ◦ blue 110

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

Shades of Dark Purple #890B6E

Tints of Dark Purple #890B6E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.26%

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 53.1%
G = 4.26%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#890B6E (or 0x890B6E) is known color: Dark Purple. HEX triplet: 89, 0B and 6E. RGB value is (137,11,110). Sum of RGB (Red+Green+Blue) = 137+11+110=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #890B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B6E is #76F491. Grayscale: #3B3B3B. Windows color (decimal): -7795858 or 7211913. OLE color: 7211913.

HSL color Cylindrical-coordinate representation of color #890B6E: hue angle of 312.86º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B6E is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 11 110 -
CMYK 0 0.92 0.20 0.46
HSL 312.86º 0.85% 0.29% -
HSV(B) 312.86º 0.92% 0.54% -
XYZ 13.25 6.68 15.34 -
YUV 59.96 156.24 182.95 -
System Red Green Blue C M Y K H S L
Decimal 137 11 110 0 0.92 0.20 0.46 312.86 0.85 0.29
Hex 89 B 6E 0 5C 14 2E 139 55 1D
Octal 211 13 156 0 134 24 56 471 125 35
Binary 10001001 1011 1101110 0 1011100 10100 101110 100111001 1010101 11101

Color Harmonies of #890B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B6E

Black with #890B6E

Text Example


Text Example

White with #890B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890B6E; }

 p { color: rgb(137,11,110); }

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

background-color css

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

 a { background-color: rgb(137,11,110); }

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

border-color css

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

 span { border-color: rgb(137,11,110); }

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