Html Css Color HEX #9906FF Electric Purple

📋 copy color: '#9906FF'

red 153 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #9906FF

Tints of Electric Purple #9906FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

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

R = 36.96%
G = 1.45%
B = 61.59%

CMYK

 C value IS 0.4

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9906FF (or 0x9906FF) is known color: Electric Purple. HEX triplet: 99, 06 and FF. RGB value is (153,6,255). Sum of RGB (Red+Green+Blue) = 153+6+255=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 6 (2.73% from 255 or 1.45% 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 #9906FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9906FF is #66F900. Grayscale: #4D4D4D. Windows color (decimal): -6748417 or 16713369. OLE color: 16713369.

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

Color convert

RGB 153 6 255 -
CMYK 0.4 0.98 0 0
HSL 275.42º 1% 0.51% -
HSV(B) 275.42º 0.98% 1% -
XYZ 31.25 14.12 95.69 -
YUV 78.34 227.7 181.25 -
System Red Green Blue C M Y K H S L
Decimal 153 6 255 0.4 0.98 0 0 275.42 1 0.51
Hex 99 6 FF 28 62 0 0 113 64 33
Octal 231 6 377 50 142 0 0 423 144 63
Binary 10011001 110 11111111 101000 1100010 0 0 100010011 1100100 110011

Color Harmonies of #9906FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9906FF

Black with #9906FF

Text Example


Text Example

White with #9906FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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