Html Css Color HEX #9D0AFD Electric Purple

📋 copy color: '#9D0AFD'

red 157 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #9D0AFD

Tints of Electric Purple #9D0AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.38%

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

R = 37.38%
G = 2.38%
B = 60.24%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9D0AFD (or 0x9D0AFD) is known color: Electric Purple. HEX triplet: 9D, 0A and FD. RGB value is (157,10,253). Sum of RGB (Red+Green+Blue) = 157+10+253=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D0AFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D0AFD is #62F502. Grayscale: #505050. Windows color (decimal): -6485251 or 16583325. OLE color: 16583325.

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

Color convert

RGB 157 10 253 -
CMYK 0.38 0.96 0 0.01
HSL 276.3º 0.98% 0.52% -
HSV(B) 276.3º 0.96% 0.99% -
XYZ 31.74 14.48 94.05 -
YUV 81.66 224.7 181.74 -
System Red Green Blue C M Y K H S L
Decimal 157 10 253 0.38 0.96 0 0.01 276.3 0.98 0.52
Hex 9D A FD 26 60 0 1 114 62 34
Octal 235 12 375 46 140 0 1 424 142 64
Binary 10011101 1010 11111101 100110 1100000 0 1 100010100 1100010 110100

Color Harmonies of #9D0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0AFD

Black with #9D0AFD

Text Example


Text Example

White with #9D0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,10,253); }

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

background-color css

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

 a { background-color: rgb(157,10,253); }

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

border-color css

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

 span { border-color: rgb(157,10,253); }

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