Html Css Color HEX #890D6C Dark Purple

📋 copy color: '#890D6C'

red 137 ◦ green 13 ◦ blue 108

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

Shades of Dark Purple #890D6C

Tints of Dark Purple #890D6C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.04%

 BLUE value IS 108 (42.58% from 255) = 41.86%

R = 53.1%
G = 5.04%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#890D6C (or 0x890D6C) is known color: Dark Purple. HEX triplet: 89, 0D and 6C. RGB value is (137,13,108). Sum of RGB (Red+Green+Blue) = 137+13+108=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #890D6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D6C is #76F293. Grayscale: #3C3C3C. Windows color (decimal): -7795348 or 7081353. OLE color: 7081353.

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

Color convert

RGB 137 13 108 -
CMYK 0 0.91 0.21 0.46
HSL 314.03º 0.83% 0.29% -
HSV(B) 314.03º 0.91% 0.54% -
XYZ 13.17 6.69 14.78 -
YUV 60.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 137 13 108 0 0.91 0.21 0.46 314.03 0.83 0.29
Hex 89 D 6C 0 5B 15 2E 13A 53 1D
Octal 211 15 154 0 133 25 56 472 123 35
Binary 10001001 1101 1101100 0 1011011 10101 101110 100111010 1010011 11101

Color Harmonies of #890D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D6C

Black with #890D6C

Text Example


Text Example

White with #890D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,13,108); }

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

background-color css

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

 a { background-color: rgb(137,13,108); }

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

border-color css

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

 span { border-color: rgb(137,13,108); }

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