Html Css Color HEX #9C01FF Electric Purple

📋 copy color: '#9C01FF'

red 156 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #9C01FF

Tints of Electric Purple #9C01FF

RGB

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

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

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

R = 37.86%
G = 0.24%
B = 61.89%

CMYK

 C value IS 0.39

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9C01FF (or 0x9C01FF) is known color: Electric Purple. HEX triplet: 9C, 01 and FF. RGB value is (156,1,255). Sum of RGB (Red+Green+Blue) = 156+1+255=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C01FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C01FF is #63FE00. Grayscale: #4B4B4B. Windows color (decimal): -6553089 or 16712092. OLE color: 16712092.

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

Color convert

RGB 156 1 255 -
CMYK 0.39 1.00 0 0
HSL 276.61º 1% 0.5% -
HSV(B) 276.61º 1% 1% -
XYZ 31.77 14.31 95.7 -
YUV 76.3 228.85 184.85 -
System Red Green Blue C M Y K H S L
Decimal 156 1 255 0.39 1.00 0 0 276.61 1 0.5
Hex 9C 1 FF 27 64 0 0 115 64 32
Octal 234 1 377 47 144 0 0 425 144 62
Binary 10011100 1 11111111 100111 1100100 0 0 100010101 1100100 110010

Color Harmonies of #9C01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C01FF

Black with #9C01FF

Text Example


Text Example

White with #9C01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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