Html Css Color HEX #8505FF Electric Indigo

📋 copy color: '#8505FF'

red 133 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #8505FF

Tints of Electric Indigo #8505FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

 BLUE value IS 255 (100% from 255) = 64.89%

R = 33.84%
G = 1.27%
B = 64.89%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8505FF (or 0x8505FF) is known color: Electric Indigo. HEX triplet: 85, 05 and FF. RGB value is (133,5,255). Sum of RGB (Red+Green+Blue) = 133+5+255=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #8505FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8505FF is #7AFA00. Grayscale: #464646. Windows color (decimal): -8059393 or 16713093. OLE color: 16713093.

HSL color Cylindrical-coordinate representation of color #8505FF: hue angle of 270.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8505FF is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 5 255 -
CMYK 0.48 0.98 0 0
HSL 270.72º 1% 0.51% -
HSV(B) 270.72º 0.98% 1% -
XYZ 27.78 12.32 95.52 -
YUV 71.77 231.41 171.67 -
System Red Green Blue C M Y K H S L
Decimal 133 5 255 0.48 0.98 0 0 270.72 1 0.51
Hex 85 5 FF 30 62 0 0 10F 64 33
Octal 205 5 377 60 142 0 0 417 144 63
Binary 10000101 101 11111111 110000 1100010 0 0 100001111 1100100 110011

Color Harmonies of #8505FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8505FF

Black with #8505FF

Text Example


Text Example

White with #8505FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8505FF; }

 p { color: rgb(133,5,255); }

 H1.HeaderClassName
 {
   color: #8505FF;
 }
 .AnyTagClassName
 {
   color: #8505FF;
 }
</style>

background-color css

<style>
 a { background-color: #8505FF; }

 a { background-color: rgb(133,5,255); }

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

border-color css

<style>
 span { border-color: #8505FF; }

 span { border-color: rgb(133,5,255); }

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