Html Css Color HEX #890DD5 Dark Violet

📋 copy color: '#890DD5'

red 137 ◦ green 13 ◦ blue 213

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

Shades of Dark Violet #890DD5

Tints of Dark Violet #890DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.68%

R = 37.74%
G = 3.58%
B = 58.68%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#890DD5 (or 0x890DD5) is known color: Dark Violet. HEX triplet: 89, 0D and D5. RGB value is (137,13,213). Sum of RGB (Red+Green+Blue) = 137+13+213=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 213 (83.59% from 255 or 58.68% from 363); Max value from RGB is 213 - color contains mainly: blue. Hex color #890DD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DD5 is #76F22A. Grayscale: #484848. Windows color (decimal): -7795243 or 13962633. OLE color: 13962633.

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

Color convert

RGB 137 13 213 -
CMYK 0.36 0.94 0 0.16
HSL 277.2º 0.88% 0.44% -
HSV(B) 277.2º 0.94% 0.84% -
XYZ 22.47 10.41 63.78 -
YUV 72.88 207.08 173.74 -
System Red Green Blue C M Y K H S L
Decimal 137 13 213 0.36 0.94 0 0.16 277.2 0.88 0.44
Hex 89 D D5 24 5E 0 10 115 58 2C
Octal 211 15 325 44 136 0 20 425 130 54
Binary 10001001 1101 11010101 100100 1011110 0 10000 100010101 1011000 101100

Color Harmonies of #890DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890DD5

Black with #890DD5

Text Example


Text Example

White with #890DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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