Html Css Color HEX #9606FF Electric Purple

📋 copy color: '#9606FF'

red 150 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #9606FF

Tints of Electric Purple #9606FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.46%

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

R = 36.5%
G = 1.46%
B = 62.04%

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

#9606FF (or 0x9606FF) is known color: Electric Purple. HEX triplet: 96, 06 and FF. RGB value is (150,6,255). Sum of RGB (Red+Green+Blue) = 150+6+255=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #9606FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9606FF is #69F900. Grayscale: #4C4C4C. Windows color (decimal): -6945025 or 16713366. OLE color: 16713366.

HSL color Cylindrical-coordinate representation of color #9606FF: hue angle of 274.7º 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 #9606FF is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 6 255 -
CMYK 0.41 0.98 0 0
HSL 274.7º 1% 0.51% -
HSV(B) 274.7º 0.98% 1% -
XYZ 30.69 13.83 95.66 -
YUV 77.44 228.21 179.75 -
System Red Green Blue C M Y K H S L
Decimal 150 6 255 0.41 0.98 0 0 274.7 1 0.51
Hex 96 6 FF 29 62 0 0 113 64 33
Octal 226 6 377 51 142 0 0 423 144 63
Binary 10010110 110 11111111 101001 1100010 0 0 100010011 1100100 110011

Color Harmonies of #9606FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9606FF

Black with #9606FF

Text Example


Text Example

White with #9606FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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