Html Css Color HEX #9601FF Electric Purple

📋 copy color: '#9601FF'

red 150 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #9601FF

Tints of Electric Purple #9601FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 36.95%
G = 0.25%
B = 62.81%

CMYK

 C value IS 0.41

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9601FF (or 0x9601FF) is known color: Electric Purple. HEX triplet: 96, 01 and FF. RGB value is (150,1,255). Sum of RGB (Red+Green+Blue) = 150+1+255=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #9601FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9601FF is #69FE00. Grayscale: #494949. Windows color (decimal): -6946305 or 16712086. OLE color: 16712086.

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

Color convert

RGB 150 1 255 -
CMYK 0.41 1.00 0 0
HSL 275.2º 1% 0.5% -
HSV(B) 275.2º 1% 1% -
XYZ 30.64 13.73 95.64 -
YUV 74.51 229.86 181.85 -
System Red Green Blue C M Y K H S L
Decimal 150 1 255 0.41 1.00 0 0 275.2 1 0.5
Hex 96 1 FF 29 64 0 0 113 64 32
Octal 226 1 377 51 144 0 0 423 144 62
Binary 10010110 1 11111111 101001 1100100 0 0 100010011 1100100 110010

Color Harmonies of #9601FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9601FF

Black with #9601FF

Text Example


Text Example

White with #9601FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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