Html Css Color HEX #9604FF Electric Purple

📋 copy color: '#9604FF'

red 150 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #9604FF

Tints of Electric Purple #9604FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.98%

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

R = 36.67%
G = 0.98%
B = 62.35%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9604FF (or 0x9604FF) is known color: Electric Purple. HEX triplet: 96, 04 and FF. RGB value is (150,4,255). Sum of RGB (Red+Green+Blue) = 150+4+255=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #9604FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9604FF is #69FB00. Grayscale: #4B4B4B. Windows color (decimal): -6945537 or 16712854. OLE color: 16712854.

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

Color convert

RGB 150 4 255 -
CMYK 0.41 0.98 0 0
HSL 274.9º 1% 0.51% -
HSV(B) 274.9º 0.98% 1% -
XYZ 30.67 13.79 95.65 -
YUV 76.27 228.87 180.59 -
System Red Green Blue C M Y K H S L
Decimal 150 4 255 0.41 0.98 0 0 274.9 1 0.51
Hex 96 4 FF 29 62 0 0 113 64 33
Octal 226 4 377 51 142 0 0 423 144 63
Binary 10010110 100 11111111 101001 1100010 0 0 100010011 1100100 110011

Color Harmonies of #9604FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9604FF

Black with #9604FF

Text Example


Text Example

White with #9604FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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