Html Css Color HEX #801CEC Blue Violet

📋 copy color: '#801CEC'

red 128 ◦ green 28 ◦ blue 236

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

Shades of Blue Violet #801CEC

Tints of Blue Violet #801CEC

RGB

 RED value IS 128 (50.39% from 255) = 32.65%

 GREEN value IS 28 (11.33% from 255) = 7.14%

 BLUE value IS 236 (92.58% from 255) = 60.2%

R = 32.65%
G = 7.14%
B = 60.2%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#801CEC (or 0x801CEC) is known color: Blue Violet. HEX triplet: 80, 1C and EC. RGB value is (128,28,236). Sum of RGB (Red+Green+Blue) = 128+28+236=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #801CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801CEC is #7FE313. Grayscale: #505050. Windows color (decimal): -8381204 or 15473792. OLE color: 15473792.

HSL color Cylindrical-coordinate representation of color #801CEC: hue angle of 268.85º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801CEC is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 28 236 -
CMYK 0.46 0.88 0 0.07
HSL 268.85º 0.85% 0.52% -
HSV(B) 268.85º 0.88% 0.93% -
XYZ 24.46 11.48 80.28 -
YUV 81.61 215.13 161.09 -
System Red Green Blue C M Y K H S L
Decimal 128 28 236 0.46 0.88 0 0.07 268.85 0.85 0.52
Hex 80 1C EC 2E 58 0 7 10D 55 34
Octal 200 34 354 56 130 0 7 415 125 64
Binary 10000000 11100 11101100 101110 1011000 0 111 100001101 1010101 110100

Color Harmonies of #801CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801CEC

Black with #801CEC

Text Example


Text Example

White with #801CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801CEC; }

 p { color: rgb(128,28,236); }

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

background-color css

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

 a { background-color: rgb(128,28,236); }

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

border-color css

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

 span { border-color: rgb(128,28,236); }

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