Html Css Color HEX #9C01FA Electric Purple

📋 copy color: '#9C01FA'

red 156 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #9C01FA

Tints of Electric Purple #9C01FA

RGB

 RED value IS 156 (61.33% from 255) = 38.33%

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 38.33%
G = 0.25%
B = 61.43%

CMYK

 C value IS 0.38

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C01FA (or 0x9C01FA) is known color: Electric Purple. HEX triplet: 9C, 01 and FA. RGB value is (156,1,250). Sum of RGB (Red+Green+Blue) = 156+1+250=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C01FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C01FA is #63FE05. Grayscale: #4A4A4A. Windows color (decimal): -6553094 or 16384412. OLE color: 16384412.

HSL color Cylindrical-coordinate representation of color #9C01FA: hue angle of 277.35º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C01FA is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 1 250 -
CMYK 0.38 1.00 0 0.02
HSL 277.35º 0.99% 0.49% -
HSV(B) 277.35º 1% 0.98% -
XYZ 30.98 13.99 91.51 -
YUV 75.73 226.35 185.25 -
System Red Green Blue C M Y K H S L
Decimal 156 1 250 0.38 1.00 0 0.02 277.35 0.99 0.49
Hex 9C 1 FA 26 64 0 2 115 63 31
Octal 234 1 372 46 144 0 2 425 143 61
Binary 10011100 1 11111010 100110 1100100 0 10 100010101 1100011 110001

Color Harmonies of #9C01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C01FA

Black with #9C01FA

Text Example


Text Example

White with #9C01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,1,250); }

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

background-color css

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

 a { background-color: rgb(156,1,250); }

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

border-color css

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

 span { border-color: rgb(156,1,250); }

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