Html Css Color HEX #9D10FA Electric Purple

📋 copy color: '#9D10FA'

red 157 ◦ green 16 ◦ blue 250

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

Shades of Electric Purple #9D10FA

Tints of Electric Purple #9D10FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.78%

 BLUE value IS 250 (98.05% from 255) = 59.1%

R = 37.12%
G = 3.78%
B = 59.1%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D10FA (or 0x9D10FA) is known color: Electric Purple. HEX triplet: 9D, 10 and FA. RGB value is (157,16,250). Sum of RGB (Red+Green+Blue) = 157+16+250=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D10FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D10FA is #62EF05. Grayscale: #545454. Windows color (decimal): -6483718 or 16388253. OLE color: 16388253.

HSL color Cylindrical-coordinate representation of color #9D10FA: hue angle of 276.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D10FA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 16 250 -
CMYK 0.37 0.94 0 0.02
HSL 276.15º 0.96% 0.52% -
HSV(B) 276.15º 0.94% 0.98% -
XYZ 31.35 14.44 91.58 -
YUV 84.84 221.21 179.47 -
System Red Green Blue C M Y K H S L
Decimal 157 16 250 0.37 0.94 0 0.02 276.15 0.96 0.52
Hex 9D 10 FA 25 5E 0 2 114 60 34
Octal 235 20 372 45 136 0 2 424 140 64
Binary 10011101 10000 11111010 100101 1011110 0 10 100010100 1100000 110100

Color Harmonies of #9D10FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D10FA

Black with #9D10FA

Text Example


Text Example

White with #9D10FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,16,250); }

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

background-color css

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

 a { background-color: rgb(157,16,250); }

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

border-color css

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

 span { border-color: rgb(157,16,250); }

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