Html Css Color HEX #9708FF Electric Purple

📋 copy color: '#9708FF'

red 151 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #9708FF

Tints of Electric Purple #9708FF

RGB

 RED value IS 151 (59.38% from 255) = 36.47%

 GREEN value IS 8 (3.52% from 255) = 1.93%

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

R = 36.47%
G = 1.93%
B = 61.59%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9708FF (or 0x9708FF) is known color: Electric Purple. HEX triplet: 97, 08 and FF. RGB value is (151,8,255). Sum of RGB (Red+Green+Blue) = 151+8+255=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #9708FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9708FF is #68F700. Grayscale: #4E4E4E. Windows color (decimal): -6878977 or 16713879. OLE color: 16713879.

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

Color convert

RGB 151 8 255 -
CMYK 0.41 0.97 0 0
HSL 274.74º 1% 0.52% -
HSV(B) 274.74º 0.97% 1% -
XYZ 30.9 13.97 95.68 -
YUV 78.92 227.38 179.42 -
System Red Green Blue C M Y K H S L
Decimal 151 8 255 0.41 0.97 0 0 274.74 1 0.52
Hex 97 8 FF 29 61 0 0 113 64 34
Octal 227 10 377 51 141 0 0 423 144 64
Binary 10010111 1000 11111111 101001 1100001 0 0 100010011 1100100 110100

Color Harmonies of #9708FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9708FF

Black with #9708FF

Text Example


Text Example

White with #9708FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,8,255); }

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

background-color css

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

 a { background-color: rgb(151,8,255); }

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

border-color css

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

 span { border-color: rgb(151,8,255); }

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