Html Css Color HEX #890C71 Dark Purple

📋 copy color: '#890C71'

red 137 ◦ green 12 ◦ blue 113

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

Shades of Dark Purple #890C71

Tints of Dark Purple #890C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.13%

R = 52.29%
G = 4.58%
B = 43.13%

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

#890C71 (or 0x890C71) is known color: Dark Purple. HEX triplet: 89, 0C and 71. RGB value is (137,12,113). Sum of RGB (Red+Green+Blue) = 137+12+113=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #890C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C71 is #76F38E. Grayscale: #3C3C3C. Windows color (decimal): -7795599 or 7408777. OLE color: 7408777.

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

Color convert

RGB 137 12 113 -
CMYK 0 0.91 0.18 0.46
HSL 311.52º 0.84% 0.29% -
HSV(B) 311.52º 0.91% 0.54% -
XYZ 13.43 6.77 16.22 -
YUV 60.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 137 12 113 0 0.91 0.18 0.46 311.52 0.84 0.29
Hex 89 C 71 0 5B 12 2E 138 54 1D
Octal 211 14 161 0 133 22 56 470 124 35
Binary 10001001 1100 1110001 0 1011011 10010 101110 100111000 1010100 11101

Color Harmonies of #890C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C71

Black with #890C71

Text Example


Text Example

White with #890C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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