Html Css Color HEX #C91AE6 Electric Purple

📋 copy color: '#C91AE6'

red 201 ◦ green 26 ◦ blue 230

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

Shades of Electric Purple #C91AE6

Tints of Electric Purple #C91AE6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.69%

 BLUE value IS 230 (90.23% from 255) = 50.33%

R = 43.98%
G = 5.69%
B = 50.33%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C91AE6 (or 0xC91AE6) is known color: Electric Purple. HEX triplet: C9, 1A and E6. RGB value is (201,26,230). Sum of RGB (Red+Green+Blue) = 201+26+230=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #C91AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91AE6 is #36E519. Grayscale: #646464. Windows color (decimal): -3597594 or 15080137. OLE color: 15080137.

HSL color Cylindrical-coordinate representation of color #C91AE6: hue angle of 291.47º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91AE6 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 26 230 -
CMYK 0.13 0.89 0 0.10
HSL 291.47º 0.8% 0.5% -
HSV(B) 291.47º 0.89% 0.9% -
XYZ 38.74 18.87 76.46 -
YUV 101.58 200.48 198.91 -
System Red Green Blue C M Y K H S L
Decimal 201 26 230 0.13 0.89 0 0.10 291.47 0.8 0.5
Hex C9 1A E6 D 59 0 A 123 50 32
Octal 311 32 346 15 131 0 12 443 120 62
Binary 11001001 11010 11100110 1101 1011001 0 1010 100100011 1010000 110010

Color Harmonies of #C91AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91AE6

Black with #C91AE6

Text Example


Text Example

White with #C91AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91AE6; }

 p { color: rgb(201,26,230); }

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

background-color css

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

 a { background-color: rgb(201,26,230); }

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

border-color css

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

 span { border-color: rgb(201,26,230); }

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