Html Css Color HEX #890DDA Dark Violet

📋 copy color: '#890DDA'

red 137 ◦ green 13 ◦ blue 218

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

Shades of Dark Violet #890DDA

Tints of Dark Violet #890DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.24%

R = 37.23%
G = 3.53%
B = 59.24%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#890DDA (or 0x890DDA) is known color: Dark Violet. HEX triplet: 89, 0D and DA. RGB value is (137,13,218). Sum of RGB (Red+Green+Blue) = 137+13+218=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #890DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DDA is #76F225. Grayscale: #484848. Windows color (decimal): -7795238 or 14290313. OLE color: 14290313.

HSL color Cylindrical-coordinate representation of color #890DDA: hue angle of 276.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890DDA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 13 218 -
CMYK 0.37 0.94 0 0.15
HSL 276.29º 0.89% 0.45% -
HSV(B) 276.29º 0.94% 0.85% -
XYZ 23.12 10.67 67.17 -
YUV 73.45 209.58 173.33 -
System Red Green Blue C M Y K H S L
Decimal 137 13 218 0.37 0.94 0 0.15 276.29 0.89 0.45
Hex 89 D DA 25 5E 0 F 114 59 2D
Octal 211 15 332 45 136 0 17 424 131 55
Binary 10001001 1101 11011010 100101 1011110 0 1111 100010100 1011001 101101

Color Harmonies of #890DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890DDA

Black with #890DDA

Text Example


Text Example

White with #890DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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