Html Css Color HEX #890ECE Dark Violet

📋 copy color: '#890ECE'

red 137 ◦ green 14 ◦ blue 206

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

Shades of Dark Violet #890ECE

Tints of Dark Violet #890ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.7%

R = 38.38%
G = 3.92%
B = 57.7%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#890ECE (or 0x890ECE) is known color: Dark Violet. HEX triplet: 89, 0E and CE. RGB value is (137,14,206). Sum of RGB (Red+Green+Blue) = 137+14+206=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #890ECE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ECE is #76F131. Grayscale: #484848. Windows color (decimal): -7794994 or 13504137. OLE color: 13504137.

HSL color Cylindrical-coordinate representation of color #890ECE: hue angle of 278.44º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890ECE is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 14 206 -
CMYK 0.33 0.93 0 0.19
HSL 278.44º 0.87% 0.43% -
HSV(B) 278.44º 0.93% 0.81% -
XYZ 21.61 10.09 59.2 -
YUV 72.67 203.25 173.89 -
System Red Green Blue C M Y K H S L
Decimal 137 14 206 0.33 0.93 0 0.19 278.44 0.87 0.43
Hex 89 E CE 21 5D 0 13 116 57 2B
Octal 211 16 316 41 135 0 23 426 127 53
Binary 10001001 1110 11001110 100001 1011101 0 10011 100010110 1010111 101011

Color Harmonies of #890ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890ECE

Black with #890ECE

Text Example


Text Example

White with #890ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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