Html Css Color HEX #8509F9 Electric Indigo

📋 copy color: '#8509F9'

red 133 ◦ green 9 ◦ blue 249

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

Shades of Electric Indigo #8509F9

Tints of Electric Indigo #8509F9

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.3%

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

R = 34.02%
G = 2.3%
B = 63.68%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8509F9 (or 0x8509F9) is known color: Electric Indigo. HEX triplet: 85, 09 and F9. RGB value is (133,9,249). Sum of RGB (Red+Green+Blue) = 133+9+249=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #8509F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8509F9 is #7AF606. Grayscale: #484848. Windows color (decimal): -8058375 or 16320901. OLE color: 16320901.

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

Color convert

RGB 133 9 249 -
CMYK 0.47 0.96 0 0.02
HSL 271º 0.95% 0.51% -
HSV(B) 271º 0.96% 0.98% -
XYZ 26.87 12.02 90.53 -
YUV 73.44 227.08 170.49 -
System Red Green Blue C M Y K H S L
Decimal 133 9 249 0.47 0.96 0 0.02 271 0.95 0.51
Hex 85 9 F9 2F 60 0 2 10F 5F 33
Octal 205 11 371 57 140 0 2 417 137 63
Binary 10000101 1001 11111001 101111 1100000 0 10 100001111 1011111 110011

Color Harmonies of #8509F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8509F9

Black with #8509F9

Text Example


Text Example

White with #8509F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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