Html Css Color HEX #850AFE Electric Indigo

📋 copy color: '#850AFE'

red 133 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #850AFE

Tints of Electric Indigo #850AFE

RGB

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

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

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

R = 33.5%
G = 2.52%
B = 63.98%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#850AFE (or 0x850AFE) is known color: Electric Indigo. HEX triplet: 85, 0A and FE. RGB value is (133,10,254). Sum of RGB (Red+Green+Blue) = 133+10+254=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #850AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850AFE is #7AF501. Grayscale: #494949. Windows color (decimal): -8058114 or 16648837. OLE color: 16648837.

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

Color convert

RGB 133 10 254 -
CMYK 0.48 0.96 0 0.00
HSL 270.25º 0.99% 0.52% -
HSV(B) 270.25º 0.96% 1% -
XYZ 27.67 12.36 94.69 -
YUV 74.59 229.25 169.66 -
System Red Green Blue C M Y K H S L
Decimal 133 10 254 0.48 0.96 0 0.00 270.25 0.99 0.52
Hex 85 A FE 30 60 0 0 10E 63 34
Octal 205 12 376 60 140 0 0 416 143 64
Binary 10000101 1010 11111110 110000 1100000 0 0 100001110 1100011 110100

Color Harmonies of #850AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850AFE

Black with #850AFE

Text Example


Text Example

White with #850AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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