Html Css Color HEX #9C09FC Electric Purple

📋 copy color: '#9C09FC'

red 156 ◦ green 9 ◦ blue 252

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

Shades of Electric Purple #9C09FC

Tints of Electric Purple #9C09FC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.16%

 BLUE value IS 252 (98.83% from 255) = 60.43%

R = 37.41%
G = 2.16%
B = 60.43%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C09FC (or 0x9C09FC) is known color: Electric Purple. HEX triplet: 9C, 09 and FC. RGB value is (156,9,252). Sum of RGB (Red+Green+Blue) = 156+9+252=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C09FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C09FC is #63F603. Grayscale: #4F4F4F. Windows color (decimal): -6551044 or 16517532. OLE color: 16517532.

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

Color convert

RGB 156 9 252 -
CMYK 0.38 0.96 0 0.01
HSL 276.3º 0.98% 0.51% -
HSV(B) 276.3º 0.96% 0.99% -
XYZ 31.38 14.29 93.2 -
YUV 80.66 224.7 181.74 -
System Red Green Blue C M Y K H S L
Decimal 156 9 252 0.38 0.96 0 0.01 276.3 0.98 0.51
Hex 9C 9 FC 26 60 0 1 114 62 33
Octal 234 11 374 46 140 0 1 424 142 63
Binary 10011100 1001 11111100 100110 1100000 0 1 100010100 1100010 110011

Color Harmonies of #9C09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C09FC

Black with #9C09FC

Text Example


Text Example

White with #9C09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,9,252); }

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

background-color css

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

 a { background-color: rgb(156,9,252); }

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

border-color css

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

 span { border-color: rgb(156,9,252); }

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