#C91AFB

Color #C91AFB Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C91AFB

Tints of Electric Purple #C91AFB

Color information

#C91AFB (or 0xC91AFB) is unknown color: approx Electric Purple. HEX triplet: C9, 1A and FB. RGB value is (201,26,251). Sum of RGB (Red+Green+Blue) = 201+26+251=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #C91AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91AFB is #36E504. Grayscale: #676767. Windows color (decimal): -3597573 or 16456393. OLE color: 16456393.

HSL color Cylindrical-coordinate representation of color #C91AFB: hue angle of 286.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91AFB is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20126251-
CMYK0.200.9000.02
HSL286.67º96.57%54.31%-
HSV(B)286.67º89.64%98.43%-
XYZ41.8720.1292.94-
YUV103.98210.98197.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 26 (10.55% from 255) = 5.44%
BLUE value IS 251 (98.44% from 255) = 52.51%
R=42.05%
G=5.44%
B=52.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201262510.200.9000.02286.6796.5754.31
HexC91AFB145A0211f6136
Octal31132373241320243714166
Binary1100100111010111110111010010110100101000111111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91AFB; }

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

 H1.HeaderClassName
 {
   color: #C91AFB;
 }
 .AnyTagClassName
 {
   color: #C91AFB;
 }
</style>
background-color css

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

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

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

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

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

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