Html Css Color HEX #9909FF Electric Purple

📋 copy color: '#9909FF'

red 153 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #9909FF

Tints of Electric Purple #9909FF

RGB

 RED value IS 153 (60.16% from 255) = 36.69%

 GREEN value IS 9 (3.91% from 255) = 2.16%

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

R = 36.69%
G = 2.16%
B = 61.15%

CMYK

 C value IS 0.4

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9909FF (or 0x9909FF) is known color: Electric Purple. HEX triplet: 99, 09 and FF. RGB value is (153,9,255). Sum of RGB (Red+Green+Blue) = 153+9+255=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #9909FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9909FF is #66F600. Grayscale: #4F4F4F. Windows color (decimal): -6747649 or 16714137. OLE color: 16714137.

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

Color convert

RGB 153 9 255 -
CMYK 0.4 0.96 0 0
HSL 275.12º 1% 0.52% -
HSV(B) 275.12º 0.96% 1% -
XYZ 31.28 14.19 95.7 -
YUV 80.1 226.71 180 -
System Red Green Blue C M Y K H S L
Decimal 153 9 255 0.4 0.96 0 0 275.12 1 0.52
Hex 99 9 FF 28 60 0 0 113 64 34
Octal 231 11 377 50 140 0 0 423 144 64
Binary 10011001 1001 11111111 101000 1100000 0 0 100010011 1100100 110100

Color Harmonies of #9909FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9909FF

Black with #9909FF

Text Example


Text Example

White with #9909FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,9,255); }

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

background-color css

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

 a { background-color: rgb(153,9,255); }

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

border-color css

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

 span { border-color: rgb(153,9,255); }

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