Html Css Color HEX #850DFA Electric Indigo

📋 copy color: '#850DFA'

red 133 ◦ green 13 ◦ blue 250

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

Shades of Electric Indigo #850DFA

Tints of Electric Indigo #850DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.13%

R = 33.59%
G = 3.28%
B = 63.13%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#850DFA (or 0x850DFA) is known color: Electric Indigo. HEX triplet: 85, 0D and FA. RGB value is (133,13,250). Sum of RGB (Red+Green+Blue) = 133+13+250=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #850DFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850DFA is #7AF205. Grayscale: #4B4B4B. Windows color (decimal): -8057350 or 16387461. OLE color: 16387461.

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

Color convert

RGB 133 13 250 -
CMYK 0.47 0.95 0 0.02
HSL 270.38º 0.96% 0.52% -
HSV(B) 270.38º 0.95% 0.98% -
XYZ 27.07 12.18 91.37 -
YUV 75.9 226.26 168.73 -
System Red Green Blue C M Y K H S L
Decimal 133 13 250 0.47 0.95 0 0.02 270.38 0.96 0.52
Hex 85 D FA 2F 5F 0 2 10E 60 34
Octal 205 15 372 57 137 0 2 416 140 64
Binary 10000101 1101 11111010 101111 1011111 0 10 100001110 1100000 110100

Color Harmonies of #850DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850DFA

Black with #850DFA

Text Example


Text Example

White with #850DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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