Html Css Color HEX #9C0EFE Electric Purple

📋 copy color: '#9C0EFE'

red 156 ◦ green 14 ◦ blue 254

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

Shades of Electric Purple #9C0EFE

Tints of Electric Purple #9C0EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.3%

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

R = 36.79%
G = 3.3%
B = 59.91%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C0EFE (or 0x9C0EFE) is known color: Electric Purple. HEX triplet: 9C, 0E and FE. RGB value is (156,14,254). Sum of RGB (Red+Green+Blue) = 156+14+254=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C0EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0EFE is #63F101. Grayscale: #535353. Windows color (decimal): -6549762 or 16649884. OLE color: 16649884.

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

Color convert

RGB 156 14 254 -
CMYK 0.39 0.94 0 0.00
HSL 275.5º 0.99% 0.53% -
HSV(B) 275.5º 0.94% 1% -
XYZ 31.76 14.54 94.9 -
YUV 83.82 224.04 179.49 -
System Red Green Blue C M Y K H S L
Decimal 156 14 254 0.39 0.94 0 0.00 275.5 0.99 0.53
Hex 9C E FE 27 5E 0 0 114 63 35
Octal 234 16 376 47 136 0 0 424 143 65
Binary 10011100 1110 11111110 100111 1011110 0 0 100010100 1100011 110101

Color Harmonies of #9C0EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0EFE

Black with #9C0EFE

Text Example


Text Example

White with #9C0EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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