Html Css Color HEX #C91AF9 Electric Purple

📋 copy color: '#C91AF9'

red 201 ◦ green 26 ◦ blue 249

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

Shades of Electric Purple #C91AF9

Tints of Electric Purple #C91AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.31%

R = 42.23%
G = 5.46%
B = 52.31%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C91AF9 (or 0xC91AF9) is known color: Electric Purple. HEX triplet: C9, 1A and F9. RGB value is (201,26,249). Sum of RGB (Red+Green+Blue) = 201+26+249=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #C91AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91AF9 is #36E506. Grayscale: #676767. Windows color (decimal): -3597575 or 16325321. OLE color: 16325321.

HSL color Cylindrical-coordinate representation of color #C91AF9: hue angle of 287.09º degrees, saturation: 0.95, 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 #C91AF9 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 26 249 -
CMYK 0.19 0.90 0 0.02
HSL 287.09º 0.95% 0.54% -
HSV(B) 287.09º 0.9% 0.98% -
XYZ 41.56 20 91.29 -
YUV 103.75 209.98 197.37 -
System Red Green Blue C M Y K H S L
Decimal 201 26 249 0.19 0.90 0 0.02 287.09 0.95 0.54
Hex C9 1A F9 13 5A 0 2 11F 5F 36
Octal 311 32 371 23 132 0 2 437 137 66
Binary 11001001 11010 11111001 10011 1011010 0 10 100011111 1011111 110110

Color Harmonies of #C91AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91AF9

Black with #C91AF9

Text Example


Text Example

White with #C91AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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