Html Css Color HEX #8501FB Electric Indigo

📋 copy color: '#8501FB'

red 133 ◦ green 1 ◦ blue 251

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

Shades of Electric Indigo #8501FB

Tints of Electric Indigo #8501FB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 251 (98.44% from 255) = 65.19%

R = 34.55%
G = 0.26%
B = 65.19%

CMYK

 C value IS 0.47

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8501FB (or 0x8501FB) is known color: Electric Indigo. HEX triplet: 85, 01 and FB. RGB value is (133,1,251). Sum of RGB (Red+Green+Blue) = 133+1+251=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #8501FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8501FB is #7AFE04. Grayscale: #444444. Windows color (decimal): -8060421 or 16449925. OLE color: 16449925.

HSL color Cylindrical-coordinate representation of color #8501FB: hue angle of 271.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501FB is Cyan = 0.47, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 1 251 -
CMYK 0.47 1.00 0 0.02
HSL 271.68º 0.99% 0.49% -
HSV(B) 271.68º 1% 0.98% -
XYZ 27.1 11.97 92.15 -
YUV 68.97 230.73 173.67 -
System Red Green Blue C M Y K H S L
Decimal 133 1 251 0.47 1.00 0 0.02 271.68 0.99 0.49
Hex 85 1 FB 2F 64 0 2 110 63 31
Octal 205 1 373 57 144 0 2 420 143 61
Binary 10000101 1 11111011 101111 1100100 0 10 100010000 1100011 110001

Color Harmonies of #8501FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8501FB

Black with #8501FB

Text Example


Text Example

White with #8501FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8501FB; }

 p { color: rgb(133,1,251); }

 H1.HeaderClassName
 {
   color: #8501FB;
 }
 .AnyTagClassName
 {
   color: #8501FB;
 }
</style>

background-color css

<style>
 a { background-color: #8501FB; }

 a { background-color: rgb(133,1,251); }

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

border-color css

<style>
 span { border-color: #8501FB; }

 span { border-color: rgb(133,1,251); }

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