Html Css Color HEX #9609FF Electric Purple

📋 copy color: '#9609FF'

red 150 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #9609FF

Tints of Electric Purple #9609FF

RGB

 RED value IS 150 (58.98% from 255) = 36.23%

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

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

R = 36.23%
G = 2.17%
B = 61.59%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9609FF (or 0x9609FF) is known color: Electric Purple. HEX triplet: 96, 09 and FF. RGB value is (150,9,255). Sum of RGB (Red+Green+Blue) = 150+9+255=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #9609FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9609FF is #69F600. Grayscale: #4E4E4E. Windows color (decimal): -6944257 or 16714134. OLE color: 16714134.

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

Color convert

RGB 150 9 255 -
CMYK 0.41 0.96 0 0
HSL 274.39º 1% 0.52% -
HSV(B) 274.39º 0.96% 1% -
XYZ 30.73 13.9 95.67 -
YUV 79.2 227.21 178.5 -
System Red Green Blue C M Y K H S L
Decimal 150 9 255 0.41 0.96 0 0 274.39 1 0.52
Hex 96 9 FF 29 60 0 0 112 64 34
Octal 226 11 377 51 140 0 0 422 144 64
Binary 10010110 1001 11111111 101001 1100000 0 0 100010010 1100100 110100

Color Harmonies of #9609FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9609FF

Black with #9609FF

Text Example


Text Example

White with #9609FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9609FF; }

 p { color: rgb(150,9,255); }

 H1.HeaderClassName
 {
   color: #9609FF;
 }
 .AnyTagClassName
 {
   color: #9609FF;
 }
</style>

background-color css

<style>
 a { background-color: #9609FF; }

 a { background-color: rgb(150,9,255); }

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

border-color css

<style>
 span { border-color: #9609FF; }

 span { border-color: rgb(150,9,255); }

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