Html Css Color HEX #890FE1 Dark Violet

📋 copy color: '#890FE1'

red 137 ◦ green 15 ◦ blue 225

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

Shades of Dark Violet #890FE1

Tints of Dark Violet #890FE1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.98%

 BLUE value IS 225 (88.28% from 255) = 59.68%

R = 36.34%
G = 3.98%
B = 59.68%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#890FE1 (or 0x890FE1) is known color: Dark Violet. HEX triplet: 89, 0F and E1. RGB value is (137,15,225). Sum of RGB (Red+Green+Blue) = 137+15+225=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 225 (88.28% from 255 or 59.68% from 377); Max value from RGB is 225 - color contains mainly: blue. Hex color #890FE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FE1 is #76F01E. Grayscale: #4A4A4A. Windows color (decimal): -7794719 or 14749577. OLE color: 14749577.

HSL color Cylindrical-coordinate representation of color #890FE1: hue angle of 274.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890FE1 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 15 225 -
CMYK 0.39 0.93 0 0.12
HSL 274.86º 0.88% 0.47% -
HSV(B) 274.86º 0.93% 0.88% -
XYZ 24.08 11.1 72.11 -
YUV 75.42 212.42 171.92 -
System Red Green Blue C M Y K H S L
Decimal 137 15 225 0.39 0.93 0 0.12 274.86 0.88 0.47
Hex 89 F E1 27 5D 0 C 113 58 2F
Octal 211 17 341 47 135 0 14 423 130 57
Binary 10001001 1111 11100001 100111 1011101 0 1100 100010011 1011000 101111

Color Harmonies of #890FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FE1

Black with #890FE1

Text Example


Text Example

White with #890FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,15,225); }

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

background-color css

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

 a { background-color: rgb(137,15,225); }

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

border-color css

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

 span { border-color: rgb(137,15,225); }

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