Html Css Color HEX #890DFE Electric Indigo

📋 copy color: '#890DFE'

red 137 ◦ green 13 ◦ blue 254

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

Shades of Electric Indigo #890DFE

Tints of Electric Indigo #890DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.87%

R = 33.91%
G = 3.22%
B = 62.87%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#890DFE (or 0x890DFE) is known color: Electric Indigo. HEX triplet: 89, 0D and FE. RGB value is (137,13,254). Sum of RGB (Red+Green+Blue) = 137+13+254=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #890DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890DFE is #76F201. Grayscale: #4C4C4C. Windows color (decimal): -7795202 or 16649609. OLE color: 16649609.

HSL color Cylindrical-coordinate representation of color #890DFE: hue angle of 270.87º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890DFE is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 13 254 -
CMYK 0.46 0.95 0 0.00
HSL 270.87º 0.99% 0.52% -
HSV(B) 270.87º 0.95% 1% -
XYZ 28.35 12.76 94.74 -
YUV 77.55 227.58 170.4 -
System Red Green Blue C M Y K H S L
Decimal 137 13 254 0.46 0.95 0 0.00 270.87 0.99 0.52
Hex 89 D FE 2E 5F 0 0 10F 63 34
Octal 211 15 376 56 137 0 0 417 143 64
Binary 10001001 1101 11111110 101110 1011111 0 0 100001111 1100011 110100

Color Harmonies of #890DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890DFE

Black with #890DFE

Text Example


Text Example

White with #890DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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