Html Css Color HEX #8506F9 Electric Indigo

📋 copy color: '#8506F9'

red 133 ◦ green 6 ◦ blue 249

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

Shades of Electric Indigo #8506F9

Tints of Electric Indigo #8506F9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

 BLUE value IS 249 (97.66% from 255) = 64.18%

R = 34.28%
G = 1.55%
B = 64.18%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8506F9 (or 0x8506F9) is known color: Electric Indigo. HEX triplet: 85, 06 and F9. RGB value is (133,6,249). Sum of RGB (Red+Green+Blue) = 133+6+249=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 249 (97.66% from 255 or 64.18% from 388); Max value from RGB is 249 - color contains mainly: blue. Hex color #8506F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8506F9 is #7AF906. Grayscale: #464646. Windows color (decimal): -8059143 or 16320133. OLE color: 16320133.

HSL color Cylindrical-coordinate representation of color #8506F9: hue angle of 271.36º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8506F9 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 6 249 -
CMYK 0.47 0.98 0 0.02
HSL 271.36º 0.95% 0.5% -
HSV(B) 271.36º 0.98% 0.98% -
XYZ 26.84 11.96 90.52 -
YUV 71.68 228.08 171.74 -
System Red Green Blue C M Y K H S L
Decimal 133 6 249 0.47 0.98 0 0.02 271.36 0.95 0.5
Hex 85 6 F9 2F 62 0 2 10F 5F 32
Octal 205 6 371 57 142 0 2 417 137 62
Binary 10000101 110 11111001 101111 1100010 0 10 100001111 1011111 110010

Color Harmonies of #8506F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8506F9

Black with #8506F9

Text Example


Text Example

White with #8506F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8506F9; }

 p { color: rgb(133,6,249); }

 H1.HeaderClassName
 {
   color: #8506F9;
 }
 .AnyTagClassName
 {
   color: #8506F9;
 }
</style>

background-color css

<style>
 a { background-color: #8506F9; }

 a { background-color: rgb(133,6,249); }

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

border-color css

<style>
 span { border-color: #8506F9; }

 span { border-color: rgb(133,6,249); }

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