Html Css Color HEX #9C06FE Electric Purple

📋 copy color: '#9C06FE'

red 156 ◦ green 6 ◦ blue 254

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

Shades of Electric Purple #9C06FE

Tints of Electric Purple #9C06FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

 BLUE value IS 254 (99.61% from 255) = 61.06%

R = 37.5%
G = 1.44%
B = 61.06%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C06FE (or 0x9C06FE) is known color: Electric Purple. HEX triplet: 9C, 06 and FE. RGB value is (156,6,254). Sum of RGB (Red+Green+Blue) = 156+6+254=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C06FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C06FE is #63F901. Grayscale: #4E4E4E. Windows color (decimal): -6551810 or 16647836. OLE color: 16647836.

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

Color convert

RGB 156 6 254 -
CMYK 0.39 0.98 0 0.00
HSL 276.29º 0.99% 0.51% -
HSV(B) 276.29º 0.98% 1% -
XYZ 31.66 14.35 94.87 -
YUV 79.12 226.7 182.83 -
System Red Green Blue C M Y K H S L
Decimal 156 6 254 0.39 0.98 0 0.00 276.29 0.99 0.51
Hex 9C 6 FE 27 62 0 0 114 63 33
Octal 234 6 376 47 142 0 0 424 143 63
Binary 10011100 110 11111110 100111 1100010 0 0 100010100 1100011 110011

Color Harmonies of #9C06FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C06FE

Black with #9C06FE

Text Example


Text Example

White with #9C06FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,6,254); }

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

background-color css

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

 a { background-color: rgb(156,6,254); }

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

border-color css

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

 span { border-color: rgb(156,6,254); }

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