Html Css Color HEX #890D6E Dark Purple

📋 copy color: '#890D6E'

red 137 ◦ green 13 ◦ blue 110

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

Shades of Dark Purple #890D6E

Tints of Dark Purple #890D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 52.69%
G = 5%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#890D6E (or 0x890D6E) is known color: Dark Purple. HEX triplet: 89, 0D and 6E. RGB value is (137,13,110). Sum of RGB (Red+Green+Blue) = 137+13+110=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #890D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D6E is #76F291. Grayscale: #3C3C3C. Windows color (decimal): -7795346 or 7212425. OLE color: 7212425.

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

Color convert

RGB 137 13 110 -
CMYK 0 0.91 0.20 0.46
HSL 313.06º 0.83% 0.29% -
HSV(B) 313.06º 0.91% 0.54% -
XYZ 13.27 6.73 15.35 -
YUV 61.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 137 13 110 0 0.91 0.20 0.46 313.06 0.83 0.29
Hex 89 D 6E 0 5B 14 2E 139 53 1D
Octal 211 15 156 0 133 24 56 471 123 35
Binary 10001001 1101 1101110 0 1011011 10100 101110 100111001 1010011 11101

Color Harmonies of #890D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D6E

Black with #890D6E

Text Example


Text Example

White with #890D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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