Html Css Color HEX #8609FE Electric Indigo

📋 copy color: '#8609FE'

red 134 ◦ green 9 ◦ blue 254

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

Shades of Electric Indigo #8609FE

Tints of Electric Indigo #8609FE

RGB

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

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

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

R = 33.75%
G = 2.27%
B = 63.98%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8609FE (or 0x8609FE) is known color: Electric Indigo. HEX triplet: 86, 09 and FE. RGB value is (134,9,254). Sum of RGB (Red+Green+Blue) = 134+9+254=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #8609FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8609FE is #79F601. Grayscale: #494949. Windows color (decimal): -7992834 or 16648582. OLE color: 16648582.

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

Color convert

RGB 134 9 254 -
CMYK 0.47 0.96 0 0.00
HSL 270.61º 0.99% 0.52% -
HSV(B) 270.61º 0.96% 1% -
XYZ 27.82 12.42 94.7 -
YUV 74.31 229.41 170.58 -
System Red Green Blue C M Y K H S L
Decimal 134 9 254 0.47 0.96 0 0.00 270.61 0.99 0.52
Hex 86 9 FE 2F 60 0 0 10F 63 34
Octal 206 11 376 57 140 0 0 417 143 64
Binary 10000110 1001 11111110 101111 1100000 0 0 100001111 1100011 110100

Color Harmonies of #8609FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8609FE

Black with #8609FE

Text Example


Text Example

White with #8609FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8609FE; }

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

 H1.HeaderClassName
 {
   color: #8609FE;
 }
 .AnyTagClassName
 {
   color: #8609FE;
 }
</style>

background-color css

<style>
 a { background-color: #8609FE; }

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

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

border-color css

<style>
 span { border-color: #8609FE; }

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

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