Html Css Color HEX #860DFE Electric Indigo

📋 copy color: '#860DFE'

red 134 ◦ green 13 ◦ blue 254

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

Shades of Electric Indigo #860DFE

Tints of Electric Indigo #860DFE

RGB

 RED value IS 134 (52.73% from 255) = 33.42%

 GREEN value IS 13 (5.47% from 255) = 3.24%

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

R = 33.42%
G = 3.24%
B = 63.34%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#860DFE (or 0x860DFE) is known color: Electric Indigo. HEX triplet: 86, 0D and FE. RGB value is (134,13,254). Sum of RGB (Red+Green+Blue) = 134+13+254=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #860DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860DFE is #79F201. Grayscale: #4B4B4B. Windows color (decimal): -7991810 or 16649606. OLE color: 16649606.

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

Color convert

RGB 134 13 254 -
CMYK 0.47 0.95 0 0.00
HSL 270.12º 0.99% 0.52% -
HSV(B) 270.12º 0.95% 1% -
XYZ 27.86 12.51 94.71 -
YUV 76.65 228.09 168.9 -
System Red Green Blue C M Y K H S L
Decimal 134 13 254 0.47 0.95 0 0.00 270.12 0.99 0.52
Hex 86 D FE 2F 5F 0 0 10E 63 34
Octal 206 15 376 57 137 0 0 416 143 64
Binary 10000110 1101 11111110 101111 1011111 0 0 100001110 1100011 110100

Color Harmonies of #860DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860DFE

Black with #860DFE

Text Example


Text Example

White with #860DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860DFE; }

 p { color: rgb(134,13,254); }

 H1.HeaderClassName
 {
   color: #860DFE;
 }
 .AnyTagClassName
 {
   color: #860DFE;
 }
</style>

background-color css

<style>
 a { background-color: #860DFE; }

 a { background-color: rgb(134,13,254); }

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

border-color css

<style>
 span { border-color: #860DFE; }

 span { border-color: rgb(134,13,254); }

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