Html Css Color HEX #850FFF Electric Indigo

📋 copy color: '#850FFF'

red 133 ◦ green 15 ◦ blue 255

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

Shades of Electric Indigo #850FFF

Tints of Electric Indigo #850FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.72%

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

R = 33%
G = 3.72%
B = 63.28%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#850FFF (or 0x850FFF) is known color: Electric Indigo. HEX triplet: 85, 0F and FF. RGB value is (133,15,255). Sum of RGB (Red+Green+Blue) = 133+15+255=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #850FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850FFF is #7AF000. Grayscale: #4C4C4C. Windows color (decimal): -8056833 or 16715653. OLE color: 16715653.

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

Color convert

RGB 133 15 255 -
CMYK 0.48 0.94 0 0
HSL 269.5º 1% 0.53% -
HSV(B) 269.5º 0.94% 1% -
XYZ 27.89 12.55 95.56 -
YUV 77.64 228.09 167.49 -
System Red Green Blue C M Y K H S L
Decimal 133 15 255 0.48 0.94 0 0 269.5 1 0.53
Hex 85 F FF 30 5E 0 0 10E 64 35
Octal 205 17 377 60 136 0 0 416 144 65
Binary 10000101 1111 11111111 110000 1011110 0 0 100001110 1100100 110101

Color Harmonies of #850FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850FFF

Black with #850FFF

Text Example


Text Example

White with #850FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850FFF; }

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

 H1.HeaderClassName
 {
   color: #850FFF;
 }
 .AnyTagClassName
 {
   color: #850FFF;
 }
</style>

background-color css

<style>
 a { background-color: #850FFF; }

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

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

border-color css

<style>
 span { border-color: #850FFF; }

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

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