Html Css Color HEX #850DFF Electric Indigo

📋 copy color: '#850DFF'

red 133 ◦ green 13 ◦ blue 255

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

Shades of Electric Indigo #850DFF

Tints of Electric Indigo #850DFF

RGB

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

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

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

R = 33.17%
G = 3.24%
B = 63.59%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#850DFF (or 0x850DFF) is known color: Electric Indigo. HEX triplet: 85, 0D and FF. RGB value is (133,13,255). Sum of RGB (Red+Green+Blue) = 133+13+255=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #850DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850DFF is #7AF200. Grayscale: #4B4B4B. Windows color (decimal): -8057345 or 16715141. OLE color: 16715141.

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

Color convert

RGB 133 13 255 -
CMYK 0.48 0.95 0 0
HSL 269.75º 1% 0.53% -
HSV(B) 269.75º 0.95% 1% -
XYZ 27.87 12.49 95.55 -
YUV 76.47 228.76 168.32 -
System Red Green Blue C M Y K H S L
Decimal 133 13 255 0.48 0.95 0 0 269.75 1 0.53
Hex 85 D FF 30 5F 0 0 10E 64 35
Octal 205 15 377 60 137 0 0 416 144 65
Binary 10000101 1101 11111111 110000 1011111 0 0 100001110 1100100 110101

Color Harmonies of #850DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850DFF

Black with #850DFF

Text Example


Text Example

White with #850DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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