Html Css Color HEX #890C70 Dark Purple

📋 copy color: '#890C70'

red 137 ◦ green 12 ◦ blue 112

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

Shades of Dark Purple #890C70

Tints of Dark Purple #890C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.6%

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

R = 52.49%
G = 4.6%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#890C70 (or 0x890C70) is known color: Dark Purple. HEX triplet: 89, 0C and 70. RGB value is (137,12,112). Sum of RGB (Red+Green+Blue) = 137+12+112=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #890C70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C70 is #76F38F. Grayscale: #3C3C3C. Windows color (decimal): -7795600 or 7343241. OLE color: 7343241.

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

Color convert

RGB 137 12 112 -
CMYK 0 0.91 0.18 0.46
HSL 312º 0.84% 0.29% -
HSV(B) 312º 0.91% 0.54% -
XYZ 13.37 6.75 15.93 -
YUV 60.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 137 12 112 0 0.91 0.18 0.46 312 0.84 0.29
Hex 89 C 70 0 5B 12 2E 138 54 1D
Octal 211 14 160 0 133 22 56 470 124 35
Binary 10001001 1100 1110000 0 1011011 10010 101110 100111000 1010100 11101

Color Harmonies of #890C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C70

Black with #890C70

Text Example


Text Example

White with #890C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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