Html Css Color HEX #9C09FD Electric Purple

📋 copy color: '#9C09FD'

red 156 ◦ green 9 ◦ blue 253

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

Shades of Electric Purple #9C09FD

Tints of Electric Purple #9C09FD

RGB

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

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

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

R = 37.32%
G = 2.15%
B = 60.53%

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

#9C09FD (or 0x9C09FD) is known color: Electric Purple. HEX triplet: 9C, 09 and FD. RGB value is (156,9,253). Sum of RGB (Red+Green+Blue) = 156+9+253=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C09FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C09FD is #63F602. Grayscale: #4F4F4F. Windows color (decimal): -6551043 or 16583068. OLE color: 16583068.

HSL color Cylindrical-coordinate representation of color #9C09FD: hue angle of 276.15º 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 #9C09FD is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 9 253 -
CMYK 0.38 0.96 0 0.01
HSL 276.15º 0.98% 0.51% -
HSV(B) 276.15º 0.96% 0.99% -
XYZ 31.54 14.36 94.04 -
YUV 80.77 225.2 181.66 -
System Red Green Blue C M Y K H S L
Decimal 156 9 253 0.38 0.96 0 0.01 276.15 0.98 0.51
Hex 9C 9 FD 26 60 0 1 114 62 33
Octal 234 11 375 46 140 0 1 424 142 63
Binary 10011100 1001 11111101 100110 1100000 0 1 100010100 1100010 110011

Color Harmonies of #9C09FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C09FD

Black with #9C09FD

Text Example


Text Example

White with #9C09FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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