#C922F9

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

Shades of Electric Purple #C922F9

Tints of Electric Purple #C922F9

Color information

#C922F9 (or 0xC922F9) is unknown color: approx Electric Purple. HEX triplet: C9, 22 and F9. RGB value is (201,34,249). Sum of RGB (Red+Green+Blue) = 201+34+249=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 34 (13.67% from 255 or 7.02% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #C922F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C922F9 is #36DD06. Grayscale: #6B6B6B. Windows color (decimal): -3595527 or 16327369. OLE color: 16327369.

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

Color convert

RGB20134249-
CMYK0.190.8600.02
HSL286.6º94.71%55.49%-
HSV(B)286.6º86.35%97.65%-
XYZ41.7620.491.36-
YUV108.44207.33194.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.53%
GREEN value IS 34 (13.67% from 255) = 7.02%
BLUE value IS 249 (97.66% from 255) = 51.45%
R=41.53%
G=7.02%
B=51.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201342490.190.8600.02286.694.7155.49
HexC922F913560211f5f37
Octal31142371231260243713767
Binary11001001100010111110011001110101100101000111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C922F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C922F9; }

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

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

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

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

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

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

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

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