Html Css Color HEX #9C04FD Electric Purple

📋 copy color: '#9C04FD'

red 156 ◦ green 4 ◦ blue 253

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

Shades of Electric Purple #9C04FD

Tints of Electric Purple #9C04FD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

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

R = 37.77%
G = 0.97%
B = 61.26%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C04FD (or 0x9C04FD) is known color: Electric Purple. HEX triplet: 9C, 04 and FD. RGB value is (156,4,253). Sum of RGB (Red+Green+Blue) = 156+4+253=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C04FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C04FD is #63FB02. Grayscale: #4C4C4C. Windows color (decimal): -6552323 or 16581788. OLE color: 16581788.

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

Color convert

RGB 156 4 253 -
CMYK 0.38 0.98 0 0.01
HSL 276.63º 0.98% 0.5% -
HSV(B) 276.63º 0.98% 0.99% -
XYZ 31.48 14.25 94.02 -
YUV 77.83 226.86 183.75 -
System Red Green Blue C M Y K H S L
Decimal 156 4 253 0.38 0.98 0 0.01 276.63 0.98 0.5
Hex 9C 4 FD 26 62 0 1 115 62 32
Octal 234 4 375 46 142 0 1 425 142 62
Binary 10011100 100 11111101 100110 1100010 0 1 100010101 1100010 110010

Color Harmonies of #9C04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C04FD

Black with #9C04FD

Text Example


Text Example

White with #9C04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,4,253); }

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

background-color css

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

 a { background-color: rgb(156,4,253); }

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

border-color css

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

 span { border-color: rgb(156,4,253); }

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