Html Css Color HEX #890ED7 Dark Violet

📋 copy color: '#890ED7'

red 137 ◦ green 14 ◦ blue 215

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

Shades of Dark Violet #890ED7

Tints of Dark Violet #890ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 58.74%

R = 37.43%
G = 3.83%
B = 58.74%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#890ED7 (or 0x890ED7) is known color: Dark Violet. HEX triplet: 89, 0E and D7. RGB value is (137,14,215). Sum of RGB (Red+Green+Blue) = 137+14+215=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 215 (84.38% from 255 or 58.74% from 366); Max value from RGB is 215 - color contains mainly: blue. Hex color #890ED7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ED7 is #76F128. Grayscale: #494949. Windows color (decimal): -7794985 or 14093961. OLE color: 14093961.

HSL color Cylindrical-coordinate representation of color #890ED7: hue angle of 276.72º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890ED7 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 14 215 -
CMYK 0.36 0.93 0 0.16
HSL 276.72º 0.88% 0.45% -
HSV(B) 276.72º 0.93% 0.84% -
XYZ 22.74 10.54 65.13 -
YUV 73.69 207.75 173.16 -
System Red Green Blue C M Y K H S L
Decimal 137 14 215 0.36 0.93 0 0.16 276.72 0.88 0.45
Hex 89 E D7 24 5D 0 10 115 58 2D
Octal 211 16 327 44 135 0 20 425 130 55
Binary 10001001 1110 11010111 100100 1011101 0 10000 100010101 1011000 101101

Color Harmonies of #890ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890ED7

Black with #890ED7

Text Example


Text Example

White with #890ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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