Html Css Color HEX #890C6F Dark Purple

📋 copy color: '#890C6F'

red 137 ◦ green 12 ◦ blue 111

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

Shades of Dark Purple #890C6F

Tints of Dark Purple #890C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 52.69%
G = 4.62%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#890C6F (or 0x890C6F) is known color: Dark Purple. HEX triplet: 89, 0C and 6F. RGB value is (137,12,111). Sum of RGB (Red+Green+Blue) = 137+12+111=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #890C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C6F is #76F390. Grayscale: #3C3C3C. Windows color (decimal): -7795601 or 7277705. OLE color: 7277705.

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

Color convert

RGB 137 12 111 -
CMYK 0 0.91 0.19 0.46
HSL 312.48º 0.84% 0.29% -
HSV(B) 312.48º 0.91% 0.54% -
XYZ 13.32 6.73 15.64 -
YUV 60.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 137 12 111 0 0.91 0.19 0.46 312.48 0.84 0.29
Hex 89 C 6F 0 5B 13 2E 138 54 1D
Octal 211 14 157 0 133 23 56 470 124 35
Binary 10001001 1100 1101111 0 1011011 10011 101110 100111000 1010100 11101

Color Harmonies of #890C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C6F

Black with #890C6F

Text Example


Text Example

White with #890C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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