Html Css Color HEX #9605FE Electric Purple

📋 copy color: '#9605FE'

red 150 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #9605FE

Tints of Electric Purple #9605FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

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

R = 36.67%
G = 1.22%
B = 62.1%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9605FE (or 0x9605FE) is known color: Electric Purple. HEX triplet: 96, 05 and FE. RGB value is (150,5,254). Sum of RGB (Red+Green+Blue) = 150+5+254=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #9605FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9605FE is #69FA01. Grayscale: #4B4B4B. Windows color (decimal): -6945282 or 16647574. OLE color: 16647574.

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

Color convert

RGB 150 5 254 -
CMYK 0.41 0.98 0 0.00
HSL 274.94º 0.99% 0.51% -
HSV(B) 274.94º 0.98% 1% -
XYZ 30.52 13.75 94.81 -
YUV 76.74 228.04 180.25 -
System Red Green Blue C M Y K H S L
Decimal 150 5 254 0.41 0.98 0 0.00 274.94 0.99 0.51
Hex 96 5 FE 29 62 0 0 113 63 33
Octal 226 5 376 51 142 0 0 423 143 63
Binary 10010110 101 11111110 101001 1100010 0 0 100010011 1100011 110011

Color Harmonies of #9605FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9605FE

Black with #9605FE

Text Example


Text Example

White with #9605FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,5,254); }

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

background-color css

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

 a { background-color: rgb(150,5,254); }

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

border-color css

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

 span { border-color: rgb(150,5,254); }

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