Html Css Color HEX #C929F9 Electric Purple

📋 copy color: '#C929F9'

red 201 ◦ green 41 ◦ blue 249

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

Shades of Electric Purple #C929F9

Tints of Electric Purple #C929F9

RGB

 RED value IS 201 (78.91% from 255) = 40.94%

 GREEN value IS 41 (16.41% from 255) = 8.35%

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 40.94%
G = 8.35%
B = 50.71%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C929F9 (or 0xC929F9) is known color: Electric Purple. HEX triplet: C9, 29 and F9. RGB value is (201,41,249). Sum of RGB (Red+Green+Blue) = 201+41+249=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #C929F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C929F9 is #36D606. Grayscale: #6F6F6F. Windows color (decimal): -3593735 or 16329161. OLE color: 16329161.

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

Color convert

RGB 201 41 249 -
CMYK 0.19 0.84 0 0.02
HSL 286.15º 0.95% 0.57% -
HSV(B) 286.15º 0.84% 0.98% -
XYZ 41.98 20.84 91.43 -
YUV 112.55 205.01 191.09 -
System Red Green Blue C M Y K H S L
Decimal 201 41 249 0.19 0.84 0 0.02 286.15 0.95 0.57
Hex C9 29 F9 13 54 0 2 11E 5F 39
Octal 311 51 371 23 124 0 2 436 137 71
Binary 11001001 101001 11111001 10011 1010100 0 10 100011110 1011111 111001

Color Harmonies of #C929F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929F9

Black with #C929F9

Text Example


Text Example

White with #C929F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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