Html Css Color HEX #C91AF0 Electric Purple

📋 copy color: '#C91AF0'

red 201 ◦ green 26 ◦ blue 240

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

Shades of Electric Purple #C91AF0

Tints of Electric Purple #C91AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.39%

R = 43.04%
G = 5.57%
B = 51.39%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C91AF0 (or 0xC91AF0) is known color: Electric Purple. HEX triplet: C9, 1A and F0. RGB value is (201,26,240). Sum of RGB (Red+Green+Blue) = 201+26+240=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #C91AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91AF0 is #36E50F. Grayscale: #666666. Windows color (decimal): -3597584 or 15735497. OLE color: 15735497.

HSL color Cylindrical-coordinate representation of color #C91AF0: hue angle of 289.07º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91AF0 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 26 240 -
CMYK 0.16 0.89 0 0.06
HSL 289.07º 0.88% 0.52% -
HSV(B) 289.07º 0.89% 0.94% -
XYZ 40.18 19.45 84.07 -
YUV 102.72 205.48 198.1 -
System Red Green Blue C M Y K H S L
Decimal 201 26 240 0.16 0.89 0 0.06 289.07 0.88 0.52
Hex C9 1A F0 10 59 0 6 121 58 34
Octal 311 32 360 20 131 0 6 441 130 64
Binary 11001001 11010 11110000 10000 1011001 0 110 100100001 1011000 110100

Color Harmonies of #C91AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91AF0

Black with #C91AF0

Text Example


Text Example

White with #C91AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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