Html Css Color HEX #890B70 Dark Purple

📋 copy color: '#890B70'

red 137 ◦ green 11 ◦ blue 112

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

Shades of Dark Purple #890B70

Tints of Dark Purple #890B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.08%

R = 52.69%
G = 4.23%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#890B70 (or 0x890B70) is known color: Dark Purple. HEX triplet: 89, 0B and 70. RGB value is (137,11,112). Sum of RGB (Red+Green+Blue) = 137+11+112=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #890B70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B70 is #76F48F. Grayscale: #3B3B3B. Windows color (decimal): -7795856 or 7342985. OLE color: 7342985.

HSL color Cylindrical-coordinate representation of color #890B70: hue angle of 311.9º 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 #890B70 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 11 112 -
CMYK 0 0.92 0.18 0.46
HSL 311.9º 0.85% 0.29% -
HSV(B) 311.9º 0.92% 0.54% -
XYZ 13.36 6.73 15.92 -
YUV 60.19 157.24 182.79 -
System Red Green Blue C M Y K H S L
Decimal 137 11 112 0 0.92 0.18 0.46 311.9 0.85 0.29
Hex 89 B 70 0 5C 12 2E 138 55 1D
Octal 211 13 160 0 134 22 56 470 125 35
Binary 10001001 1011 1110000 0 1011100 10010 101110 100111000 1010101 11101

Color Harmonies of #890B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B70

Black with #890B70

Text Example


Text Example

White with #890B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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