#C916F9

Color #C916F9 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C916F9

Tints of Electric Purple #C916F9

Color information

#C916F9 (or 0xC916F9) is unknown color: approx Electric Purple. HEX triplet: C9, 16 and F9. RGB value is (201,22,249). Sum of RGB (Red+Green+Blue) = 201+22+249=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 22 (8.98% from 255 or 4.66% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #C916F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C916F9 is #36E906. Grayscale: #646464. Windows color (decimal): -3598599 or 16324297. OLE color: 16324297.

HSL color Cylindrical-coordinate representation of color #C916F9: hue angle of 287.31º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C916F9 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20122249-
CMYK0.190.9100.02
HSL287.31º94.98%53.14%-
HSV(B)287.31º91.16%97.65%-
XYZ41.4719.8391.26-
YUV101.4211.3199.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 22 (8.98% from 255) = 4.66%
BLUE value IS 249 (97.66% from 255) = 52.75%
R=42.58%
G=4.66%
B=52.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201222490.190.9100.02287.3194.9853.14
HexC916F9135B0211f5f35
Octal31126371231330243713765
Binary1100100110110111110011001110110110101000111111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C916F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C916F9; }

 p { color: rgb(201,22,249); }

 H1.HeaderClassName
 {
   color: #C916F9;
 }
 .AnyTagClassName
 {
   color: #C916F9;
 }
</style>
background-color css

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

 a { background-color: rgb(201,22,249); }

 div.DivClassName
 {
   background-color: #C916F9;
 }
 .BgClassName
 {
   background-color: #C916F9;
 }
</style>
border-color css

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

 span { border-color: rgb(201,22,249); }

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