Html Css Color HEX #890AD4 Dark Violet

📋 copy color: '#890AD4'

red 137 ◦ green 10 ◦ blue 212

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

Shades of Dark Violet #890AD4

Tints of Dark Violet #890AD4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.79%

 BLUE value IS 212 (83.2% from 255) = 59.05%

R = 38.16%
G = 2.79%
B = 59.05%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#890AD4 (or 0x890AD4) is known color: Dark Violet. HEX triplet: 89, 0A and D4. RGB value is (137,10,212). Sum of RGB (Red+Green+Blue) = 137+10+212=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 212 (83.20% from 255 or 59.05% from 359); Max value from RGB is 212 - color contains mainly: blue. Hex color #890AD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890AD4 is #76F52B. Grayscale: #464646. Windows color (decimal): -7796012 or 13896329. OLE color: 13896329.

HSL color Cylindrical-coordinate representation of color #890AD4: hue angle of 277.72º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890AD4 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 137 10 212 -
CMYK 0.35 0.95 0 0.17
HSL 277.72º 0.91% 0.44% -
HSV(B) 277.72º 0.95% 0.83% -
XYZ 22.31 10.29 63.1 -
YUV 71 207.58 175.07 -
System Red Green Blue C M Y K H S L
Decimal 137 10 212 0.35 0.95 0 0.17 277.72 0.91 0.44
Hex 89 A D4 23 5F 0 11 116 5B 2C
Octal 211 12 324 43 137 0 21 426 133 54
Binary 10001001 1010 11010100 100011 1011111 0 10001 100010110 1011011 101100

Color Harmonies of #890AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890AD4

Black with #890AD4

Text Example


Text Example

White with #890AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,10,212); }

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

background-color css

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

 a { background-color: rgb(137,10,212); }

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

border-color css

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

 span { border-color: rgb(137,10,212); }

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