Html Css Color HEX #9C00FF Electric Purple

📋 copy color: '#9C00FF'

red 156 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #9C00FF

Tints of Electric Purple #9C00FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.96%
G = 0%
B = 62.04%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9C00FF (or 0x9C00FF) is known color: Electric Purple. HEX triplet: 9C, 00 and FF. RGB value is (156,0,255). Sum of RGB (Red+Green+Blue) = 156+0+255=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C00FF is #63FF00. Grayscale: #4A4A4A. Windows color (decimal): -6553345 or 16711836. OLE color: 16711836.

HSL color Cylindrical-coordinate representation of color #9C00FF: hue angle of 276.71º 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 #9C00FF is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 156 0 255 -
CMYK 0.39 1 0 0
HSL 276.71º 1% 0.5% -
HSV(B) 276.71º 1% 1% -
XYZ 31.76 14.29 95.69 -
YUV 75.71 229.18 185.27 -
System Red Green Blue C M Y K H S L
Decimal 156 0 255 0.39 1 0 0 276.71 1 0.5
Hex 9C 0 FF 27 64 0 0 115 64 32
Octal 234 0 377 47 144 0 0 425 144 62
Binary 10011100 0 11111111 100111 1100100 0 0 100010101 1100100 110010

Color Harmonies of #9C00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C00FF

Black with #9C00FF

Text Example


Text Example

White with #9C00FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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