Html Css Color HEX #801CFF Blue Violet

📋 copy color: '#801CFF'

red 128 ◦ green 28 ◦ blue 255

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

Shades of Blue Violet #801CFF

Tints of Blue Violet #801CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.04%

R = 31.14%
G = 6.81%
B = 62.04%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#801CFF (or 0x801CFF) is known color: Blue Violet. HEX triplet: 80, 1C and FF. RGB value is (128,28,255). Sum of RGB (Red+Green+Blue) = 128+28+255=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #801CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801CFF is #7FE300. Grayscale: #525252. Windows color (decimal): -8381185 or 16718976. OLE color: 16718976.

HSL color Cylindrical-coordinate representation of color #801CFF: hue angle of 266.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #801CFF is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 28 255 -
CMYK 0.50 0.89 0 0
HSL 266.43º 1% 0.55% -
HSV(B) 266.43º 0.89% 1% -
XYZ 27.37 12.64 95.61 -
YUV 83.78 224.63 159.54 -
System Red Green Blue C M Y K H S L
Decimal 128 28 255 0.50 0.89 0 0 266.43 1 0.55
Hex 80 1C FF 32 59 0 0 10A 64 37
Octal 200 34 377 62 131 0 0 412 144 67
Binary 10000000 11100 11111111 110010 1011001 0 0 100001010 1100100 110111

Color Harmonies of #801CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801CFF

Black with #801CFF

Text Example


Text Example

White with #801CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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