Html Css Color HEX #890DDE Dark Violet

📋 copy color: '#890DDE'

red 137 ◦ green 13 ◦ blue 222

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

Shades of Dark Violet #890DDE

Tints of Dark Violet #890DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.68%

R = 36.83%
G = 3.49%
B = 59.68%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#890DDE (or 0x890DDE) is known color: Dark Violet. HEX triplet: 89, 0D and DE. RGB value is (137,13,222). Sum of RGB (Red+Green+Blue) = 137+13+222=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #890DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DDE is #76F221. Grayscale: #494949. Windows color (decimal): -7795234 or 14552457. OLE color: 14552457.

HSL color Cylindrical-coordinate representation of color #890DDE: hue angle of 275.6º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890DDE is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 13 222 -
CMYK 0.38 0.94 0 0.13
HSL 275.6º 0.89% 0.46% -
HSV(B) 275.6º 0.94% 0.87% -
XYZ 23.65 10.88 69.96 -
YUV 73.9 211.58 173.01 -
System Red Green Blue C M Y K H S L
Decimal 137 13 222 0.38 0.94 0 0.13 275.6 0.89 0.46
Hex 89 D DE 26 5E 0 D 114 59 2E
Octal 211 15 336 46 136 0 15 424 131 56
Binary 10001001 1101 11011110 100110 1011110 0 1101 100010100 1011001 101110

Color Harmonies of #890DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890DDE

Black with #890DDE

Text Example


Text Example

White with #890DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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