Html Css Color HEX #9D0FFF Electric Purple

📋 copy color: '#9D0FFF'

red 157 ◦ green 15 ◦ blue 255

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

Shades of Electric Purple #9D0FFF

Tints of Electric Purple #9D0FFF

RGB

 RED value IS 157 (61.72% from 255) = 36.77%

 GREEN value IS 15 (6.25% from 255) = 3.51%

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

R = 36.77%
G = 3.51%
B = 59.72%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9D0FFF (or 0x9D0FFF) is known color: Electric Purple. HEX triplet: 9D, 0F and FF. RGB value is (157,15,255). Sum of RGB (Red+Green+Blue) = 157+15+255=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D0FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D0FFF is #62F000. Grayscale: #545454. Windows color (decimal): -6483969 or 16715677. OLE color: 16715677.

HSL color Cylindrical-coordinate representation of color #9D0FFF: hue angle of 275.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0FFF is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 157 15 255 -
CMYK 0.38 0.94 0 0
HSL 275.5º 1% 0.53% -
HSV(B) 275.5º 0.94% 1% -
XYZ 32.13 14.73 95.76 -
YUV 84.82 224.04 179.49 -
System Red Green Blue C M Y K H S L
Decimal 157 15 255 0.38 0.94 0 0 275.5 1 0.53
Hex 9D F FF 26 5E 0 0 114 64 35
Octal 235 17 377 46 136 0 0 424 144 65
Binary 10011101 1111 11111111 100110 1011110 0 0 100010100 1100100 110101

Color Harmonies of #9D0FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0FFF

Black with #9D0FFF

Text Example


Text Example

White with #9D0FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D0FFF; }

 p { color: rgb(157,15,255); }

 H1.HeaderClassName
 {
   color: #9D0FFF;
 }
 .AnyTagClassName
 {
   color: #9D0FFF;
 }
</style>

background-color css

<style>
 a { background-color: #9D0FFF; }

 a { background-color: rgb(157,15,255); }

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

border-color css

<style>
 span { border-color: #9D0FFF; }

 span { border-color: rgb(157,15,255); }

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