Html Css Color HEX #890ED0 Dark Violet

📋 copy color: '#890ED0'

red 137 ◦ green 14 ◦ blue 208

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

Shades of Dark Violet #890ED0

Tints of Dark Violet #890ED0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.9%

 BLUE value IS 208 (81.64% from 255) = 57.94%

R = 38.16%
G = 3.9%
B = 57.94%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#890ED0 (or 0x890ED0) is known color: Dark Violet. HEX triplet: 89, 0E and D0. RGB value is (137,14,208). Sum of RGB (Red+Green+Blue) = 137+14+208=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #890ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ED0 is #76F12F. Grayscale: #484848. Windows color (decimal): -7794992 or 13635209. OLE color: 13635209.

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

Color convert

RGB 137 14 208 -
CMYK 0.34 0.93 0 0.18
HSL 278.04º 0.87% 0.44% -
HSV(B) 278.04º 0.93% 0.82% -
XYZ 21.86 10.19 60.49 -
YUV 72.89 204.25 173.73 -
System Red Green Blue C M Y K H S L
Decimal 137 14 208 0.34 0.93 0 0.18 278.04 0.87 0.44
Hex 89 E D0 22 5D 0 12 116 57 2C
Octal 211 16 320 42 135 0 22 426 127 54
Binary 10001001 1110 11010000 100010 1011101 0 10010 100010110 1010111 101100

Color Harmonies of #890ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890ED0

Black with #890ED0

Text Example


Text Example

White with #890ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,14,208); }

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

background-color css

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

 a { background-color: rgb(137,14,208); }

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

border-color css

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

 span { border-color: rgb(137,14,208); }

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