Html Css Color HEX #C90AEA Electric Purple

📋 copy color: '#C90AEA'

red 201 ◦ green 10 ◦ blue 234

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

Shades of Electric Purple #C90AEA

Tints of Electric Purple #C90AEA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.25%

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

R = 45.17%
G = 2.25%
B = 52.58%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C90AEA (or 0xC90AEA) is known color: Electric Purple. HEX triplet: C9, 0A and EA. RGB value is (201,10,234). Sum of RGB (Red+Green+Blue) = 201+10+234=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #C90AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90AEA is #36F515. Grayscale: #5B5B5B. Windows color (decimal): -3601686 or 15338185. OLE color: 15338185.

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

Color convert

RGB 201 10 234 -
CMYK 0.14 0.96 0 0.08
HSL 291.16º 0.92% 0.48% -
HSV(B) 291.16º 0.96% 0.92% -
XYZ 39.05 18.58 79.37 -
YUV 92.65 207.78 205.29 -
System Red Green Blue C M Y K H S L
Decimal 201 10 234 0.14 0.96 0 0.08 291.16 0.92 0.48
Hex C9 A EA E 60 0 8 123 5C 30
Octal 311 12 352 16 140 0 10 443 134 60
Binary 11001001 1010 11101010 1110 1100000 0 1000 100100011 1011100 110000

Color Harmonies of #C90AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90AEA

Black with #C90AEA

Text Example


Text Example

White with #C90AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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