Html Css Color HEX #960AFE Electric Purple

📋 copy color: '#960AFE'

red 150 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #960AFE

Tints of Electric Purple #960AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.42%

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

R = 36.23%
G = 2.42%
B = 61.35%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#960AFE (or 0x960AFE) is known color: Electric Purple. HEX triplet: 96, 0A and FE. RGB value is (150,10,254). Sum of RGB (Red+Green+Blue) = 150+10+254=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #960AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960AFE is #69F501. Grayscale: #4E4E4E. Windows color (decimal): -6944002 or 16648854. OLE color: 16648854.

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

Color convert

RGB 150 10 254 -
CMYK 0.41 0.96 0 0.00
HSL 274.43º 0.99% 0.52% -
HSV(B) 274.43º 0.96% 1% -
XYZ 30.58 13.86 94.83 -
YUV 79.68 226.38 178.16 -
System Red Green Blue C M Y K H S L
Decimal 150 10 254 0.41 0.96 0 0.00 274.43 0.99 0.52
Hex 96 A FE 29 60 0 0 112 63 34
Octal 226 12 376 51 140 0 0 422 143 64
Binary 10010110 1010 11111110 101001 1100000 0 0 100010010 1100011 110100

Color Harmonies of #960AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AFE

Black with #960AFE

Text Example


Text Example

White with #960AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960AFE; }

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

 H1.HeaderClassName
 {
   color: #960AFE;
 }
 .AnyTagClassName
 {
   color: #960AFE;
 }
</style>

background-color css

<style>
 a { background-color: #960AFE; }

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

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

border-color css

<style>
 span { border-color: #960AFE; }

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

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