Html Css Color HEX #C91BEA Electric Purple

📋 copy color: '#C91BEA'

red 201 ◦ green 27 ◦ blue 234

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

Shades of Electric Purple #C91BEA

Tints of Electric Purple #C91BEA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.84%

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 43.51%
G = 5.84%
B = 50.65%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C91BEA (or 0xC91BEA) is known color: Electric Purple. HEX triplet: C9, 1B and EA. RGB value is (201,27,234). Sum of RGB (Red+Green+Blue) = 201+27+234=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #C91BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91BEA is #36E415. Grayscale: #656565. Windows color (decimal): -3597334 or 15342537. OLE color: 15342537.

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

Color convert

RGB 201 27 234 -
CMYK 0.14 0.88 0 0.08
HSL 290.43º 0.83% 0.51% -
HSV(B) 290.43º 0.88% 0.92% -
XYZ 39.33 19.14 79.46 -
YUV 102.62 202.15 198.17 -
System Red Green Blue C M Y K H S L
Decimal 201 27 234 0.14 0.88 0 0.08 290.43 0.83 0.51
Hex C9 1B EA E 58 0 8 122 53 33
Octal 311 33 352 16 130 0 10 442 123 63
Binary 11001001 11011 11101010 1110 1011000 0 1000 100100010 1010011 110011

Color Harmonies of #C91BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91BEA

Black with #C91BEA

Text Example


Text Example

White with #C91BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91BEA; }

 p { color: rgb(201,27,234); }

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

background-color css

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

 a { background-color: rgb(201,27,234); }

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

border-color css

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

 span { border-color: rgb(201,27,234); }

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