Html Css Color HEX #C91BEB Electric Purple

📋 copy color: '#C91BEB'

red 201 ◦ green 27 ◦ blue 235

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

Shades of Electric Purple #C91BEB

Tints of Electric Purple #C91BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.83%

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 43.41%
G = 5.83%
B = 50.76%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C91BEB (or 0xC91BEB) is known color: Electric Purple. HEX triplet: C9, 1B and EB. RGB value is (201,27,235). Sum of RGB (Red+Green+Blue) = 201+27+235=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 27 (10.94% from 255 or 5.83% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #C91BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91BEB is #36E414. Grayscale: #666666. Windows color (decimal): -3597333 or 15408073. OLE color: 15408073.

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

Color convert

RGB 201 27 235 -
CMYK 0.14 0.89 0 0.08
HSL 290.19º 0.84% 0.51% -
HSV(B) 290.19º 0.89% 0.92% -
XYZ 39.47 19.2 80.22 -
YUV 102.74 202.65 198.09 -
System Red Green Blue C M Y K H S L
Decimal 201 27 235 0.14 0.89 0 0.08 290.19 0.84 0.51
Hex C9 1B EB E 59 0 8 122 54 33
Octal 311 33 353 16 131 0 10 442 124 63
Binary 11001001 11011 11101011 1110 1011001 0 1000 100100010 1010100 110011

Color Harmonies of #C91BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91BEB

Black with #C91BEB

Text Example


Text Example

White with #C91BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91BEB; }

 p { color: rgb(201,27,235); }

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

background-color css

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

 a { background-color: rgb(201,27,235); }

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

border-color css

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

 span { border-color: rgb(201,27,235); }

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