Html Css Color HEX #850EFE Electric Indigo

📋 copy color: '#850EFE'

red 133 ◦ green 14 ◦ blue 254

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

Shades of Electric Indigo #850EFE

Tints of Electric Indigo #850EFE

RGB

 RED value IS 133 (52.34% from 255) = 33.17%

 GREEN value IS 14 (5.86% from 255) = 3.49%

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

R = 33.17%
G = 3.49%
B = 63.34%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#850EFE (or 0x850EFE) is known color: Electric Indigo. HEX triplet: 85, 0E and FE. RGB value is (133,14,254). Sum of RGB (Red+Green+Blue) = 133+14+254=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #850EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850EFE is #7AF101. Grayscale: #4C4C4C. Windows color (decimal): -8057090 or 16649861. OLE color: 16649861.

HSL color Cylindrical-coordinate representation of color #850EFE: hue angle of 269.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850EFE is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 14 254 -
CMYK 0.48 0.94 0 0.00
HSL 269.75º 0.99% 0.53% -
HSV(B) 269.75º 0.94% 1% -
XYZ 27.72 12.46 94.71 -
YUV 76.94 227.92 167.99 -
System Red Green Blue C M Y K H S L
Decimal 133 14 254 0.48 0.94 0 0.00 269.75 0.99 0.53
Hex 85 E FE 30 5E 0 0 10E 63 35
Octal 205 16 376 60 136 0 0 416 143 65
Binary 10000101 1110 11111110 110000 1011110 0 0 100001110 1100011 110101

Color Harmonies of #850EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850EFE

Black with #850EFE

Text Example


Text Example

White with #850EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850EFE; }

 p { color: rgb(133,14,254); }

 H1.HeaderClassName
 {
   color: #850EFE;
 }
 .AnyTagClassName
 {
   color: #850EFE;
 }
</style>

background-color css

<style>
 a { background-color: #850EFE; }

 a { background-color: rgb(133,14,254); }

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

border-color css

<style>
 span { border-color: #850EFE; }

 span { border-color: rgb(133,14,254); }

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