Html Css Color HEX #9908FD Electric Purple

📋 copy color: '#9908FD'

red 153 ◦ green 8 ◦ blue 253

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

Shades of Electric Purple #9908FD

Tints of Electric Purple #9908FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 36.96%
G = 1.93%
B = 61.11%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9908FD (or 0x9908FD) is known color: Electric Purple. HEX triplet: 99, 08 and FD. RGB value is (153,8,253). Sum of RGB (Red+Green+Blue) = 153+8+253=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #9908FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9908FD is #66F702. Grayscale: #4E4E4E. Windows color (decimal): -6747907 or 16582809. OLE color: 16582809.

HSL color Cylindrical-coordinate representation of color #9908FD: hue angle of 275.51º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9908FD is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 8 253 -
CMYK 0.40 0.97 0 0.01
HSL 275.51º 0.98% 0.51% -
HSV(B) 275.51º 0.97% 0.99% -
XYZ 30.95 14.04 94.01 -
YUV 79.29 226.04 180.58 -
System Red Green Blue C M Y K H S L
Decimal 153 8 253 0.40 0.97 0 0.01 275.51 0.98 0.51
Hex 99 8 FD 28 61 0 1 114 62 33
Octal 231 10 375 50 141 0 1 424 142 63
Binary 10011001 1000 11111101 101000 1100001 0 1 100010100 1100010 110011

Color Harmonies of #9908FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9908FD

Black with #9908FD

Text Example


Text Example

White with #9908FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9908FD; }

 p { color: rgb(153,8,253); }

 H1.HeaderClassName
 {
   color: #9908FD;
 }
 .AnyTagClassName
 {
   color: #9908FD;
 }
</style>

background-color css

<style>
 a { background-color: #9908FD; }

 a { background-color: rgb(153,8,253); }

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

border-color css

<style>
 span { border-color: #9908FD; }

 span { border-color: rgb(153,8,253); }

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