Html Css Color HEX #890DD1 Dark Violet

📋 copy color: '#890DD1'

red 137 ◦ green 13 ◦ blue 209

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

Shades of Dark Violet #890DD1

Tints of Dark Violet #890DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 58.22%

R = 38.16%
G = 3.62%
B = 58.22%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#890DD1 (or 0x890DD1) is known color: Dark Violet. HEX triplet: 89, 0D and D1. RGB value is (137,13,209). Sum of RGB (Red+Green+Blue) = 137+13+209=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 209 (82.03% from 255 or 58.22% from 359); Max value from RGB is 209 - color contains mainly: blue. Hex color #890DD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DD1 is #76F22E. Grayscale: #474747. Windows color (decimal): -7795247 or 13700489. OLE color: 13700489.

HSL color Cylindrical-coordinate representation of color #890DD1: hue angle of 277.96º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890DD1 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 13 209 -
CMYK 0.34 0.94 0 0.18
HSL 277.96º 0.88% 0.44% -
HSV(B) 277.96º 0.94% 0.82% -
XYZ 21.97 10.21 61.13 -
YUV 72.42 205.08 174.06 -
System Red Green Blue C M Y K H S L
Decimal 137 13 209 0.34 0.94 0 0.18 277.96 0.88 0.44
Hex 89 D D1 22 5E 0 12 116 58 2C
Octal 211 15 321 42 136 0 22 426 130 54
Binary 10001001 1101 11010001 100010 1011110 0 10010 100010110 1011000 101100

Color Harmonies of #890DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890DD1

Black with #890DD1

Text Example


Text Example

White with #890DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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