Html Css Color HEX #8510FA Electric Indigo

📋 copy color: '#8510FA'

red 133 ◦ green 16 ◦ blue 250

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

Shades of Electric Indigo #8510FA

Tints of Electric Indigo #8510FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.01%

 BLUE value IS 250 (98.05% from 255) = 62.66%

R = 33.33%
G = 4.01%
B = 62.66%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8510FA (or 0x8510FA) is known color: Electric Indigo. HEX triplet: 85, 10 and FA. RGB value is (133,16,250). Sum of RGB (Red+Green+Blue) = 133+16+250=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #8510FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8510FA is #7AEF05. Grayscale: #4C4C4C. Windows color (decimal): -8056582 or 16388229. OLE color: 16388229.

HSL color Cylindrical-coordinate representation of color #8510FA: hue angle of 270º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8510FA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 16 250 -
CMYK 0.47 0.94 0 0.02
HSL 270º 0.96% 0.52% -
HSV(B) 270º 0.94% 0.98% -
XYZ 27.11 12.26 91.38 -
YUV 77.66 225.26 167.47 -
System Red Green Blue C M Y K H S L
Decimal 133 16 250 0.47 0.94 0 0.02 270 0.96 0.52
Hex 85 10 FA 2F 5E 0 2 10E 60 34
Octal 205 20 372 57 136 0 2 416 140 64
Binary 10000101 10000 11111010 101111 1011110 0 10 100001110 1100000 110100

Color Harmonies of #8510FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8510FA

Black with #8510FA

Text Example


Text Example

White with #8510FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8510FA; }

 p { color: rgb(133,16,250); }

 H1.HeaderClassName
 {
   color: #8510FA;
 }
 .AnyTagClassName
 {
   color: #8510FA;
 }
</style>

background-color css

<style>
 a { background-color: #8510FA; }

 a { background-color: rgb(133,16,250); }

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

border-color css

<style>
 span { border-color: #8510FA; }

 span { border-color: rgb(133,16,250); }

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