Html Css Color HEX #9C10FF Electric Purple

📋 copy color: '#9C10FF'

red 156 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #9C10FF

Tints of Electric Purple #9C10FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.75%

 BLUE value IS 255 (100% from 255) = 59.72%

R = 36.53%
G = 3.75%
B = 59.72%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9C10FF (or 0x9C10FF) is known color: Electric Purple. HEX triplet: 9C, 10 and FF. RGB value is (156,16,255). Sum of RGB (Red+Green+Blue) = 156+16+255=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C10FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C10FF is #63EF00. Grayscale: #545454. Windows color (decimal): -6549249 or 16715932. OLE color: 16715932.

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

Color convert

RGB 156 16 255 -
CMYK 0.39 0.94 0 0
HSL 275.15º 1% 0.53% -
HSV(B) 275.15º 0.94% 1% -
XYZ 31.95 14.66 95.75 -
YUV 85.11 223.88 178.57 -
System Red Green Blue C M Y K H S L
Decimal 156 16 255 0.39 0.94 0 0 275.15 1 0.53
Hex 9C 10 FF 27 5E 0 0 113 64 35
Octal 234 20 377 47 136 0 0 423 144 65
Binary 10011100 10000 11111111 100111 1011110 0 0 100010011 1100100 110101

Color Harmonies of #9C10FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C10FF

Black with #9C10FF

Text Example


Text Example

White with #9C10FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,16,255); }

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

background-color css

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

 a { background-color: rgb(156,16,255); }

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

border-color css

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

 span { border-color: rgb(156,16,255); }

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