Html Css Color HEX #9D0CF9 Electric Purple

📋 copy color: '#9D0CF9'

red 157 ◦ green 12 ◦ blue 249

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

Shades of Electric Purple #9D0CF9

Tints of Electric Purple #9D0CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.87%

 BLUE value IS 249 (97.66% from 255) = 59.57%

R = 37.56%
G = 2.87%
B = 59.57%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D0CF9 (or 0x9D0CF9) is known color: Electric Purple. HEX triplet: 9D, 0C and F9. RGB value is (157,12,249). Sum of RGB (Red+Green+Blue) = 157+12+249=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 249 (97.66% from 255 or 59.57% from 418); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D0CF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D0CF9 is #62F306. Grayscale: #515151. Windows color (decimal): -6484743 or 16321693. OLE color: 16321693.

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

Color convert

RGB 157 12 249 -
CMYK 0.37 0.95 0 0.02
HSL 276.71º 0.95% 0.51% -
HSV(B) 276.71º 0.95% 0.98% -
XYZ 31.13 14.27 90.74 -
YUV 82.37 222.04 181.23 -
System Red Green Blue C M Y K H S L
Decimal 157 12 249 0.37 0.95 0 0.02 276.71 0.95 0.51
Hex 9D C F9 25 5F 0 2 115 5F 33
Octal 235 14 371 45 137 0 2 425 137 63
Binary 10011101 1100 11111001 100101 1011111 0 10 100010101 1011111 110011

Color Harmonies of #9D0CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0CF9

Black with #9D0CF9

Text Example


Text Example

White with #9D0CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,12,249); }

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

background-color css

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

 a { background-color: rgb(157,12,249); }

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

border-color css

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

 span { border-color: rgb(157,12,249); }

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