Html Css Color HEX #C929EB Electric Purple

📋 copy color: '#C929EB'

red 201 ◦ green 41 ◦ blue 235

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

Shades of Electric Purple #C929EB

Tints of Electric Purple #C929EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.27%

R = 42.14%
G = 8.6%
B = 49.27%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C929EB (or 0xC929EB) is known color: Electric Purple. HEX triplet: C9, 29 and EB. RGB value is (201,41,235). Sum of RGB (Red+Green+Blue) = 201+41+235=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #C929EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C929EB is #36D614. Grayscale: #6E6E6E. Windows color (decimal): -3593749 or 15411657. OLE color: 15411657.

HSL color Cylindrical-coordinate representation of color #C929EB: hue angle of 289.48º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C929EB is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 41 235 -
CMYK 0.14 0.83 0 0.08
HSL 289.48º 0.83% 0.54% -
HSV(B) 289.48º 0.83% 0.92% -
XYZ 39.88 20 80.36 -
YUV 110.96 198.01 192.23 -
System Red Green Blue C M Y K H S L
Decimal 201 41 235 0.14 0.83 0 0.08 289.48 0.83 0.54
Hex C9 29 EB E 53 0 8 121 53 36
Octal 311 51 353 16 123 0 10 441 123 66
Binary 11001001 101001 11101011 1110 1010011 0 1000 100100001 1010011 110110

Color Harmonies of #C929EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929EB

Black with #C929EB

Text Example


Text Example

White with #C929EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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