Html Css Color HEX #801FDF Blue Violet

📋 copy color: '#801FDF'

red 128 ◦ green 31 ◦ blue 223

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

Shades of Blue Violet #801FDF

Tints of Blue Violet #801FDF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.12%

 BLUE value IS 223 (87.5% from 255) = 58.38%

R = 33.51%
G = 8.12%
B = 58.38%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#801FDF (or 0x801FDF) is known color: Blue Violet. HEX triplet: 80, 1F and DF. RGB value is (128,31,223). Sum of RGB (Red+Green+Blue) = 128+31+223=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #801FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801FDF is #7FE020. Grayscale: #515151. Windows color (decimal): -8380449 or 14622592. OLE color: 14622592.

HSL color Cylindrical-coordinate representation of color #801FDF: hue angle of 270.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801FDF is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 31 223 -
CMYK 0.43 0.86 0 0.13
HSL 270.31º 0.76% 0.5% -
HSV(B) 270.31º 0.86% 0.87% -
XYZ 22.71 10.9 70.72 -
YUV 81.89 207.64 160.89 -
System Red Green Blue C M Y K H S L
Decimal 128 31 223 0.43 0.86 0 0.13 270.31 0.76 0.5
Hex 80 1F DF 2B 56 0 D 10E 4C 32
Octal 200 37 337 53 126 0 15 416 114 62
Binary 10000000 11111 11011111 101011 1010110 0 1101 100001110 1001100 110010

Color Harmonies of #801FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801FDF

Black with #801FDF

Text Example


Text Example

White with #801FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,31,223); }

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

background-color css

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

 a { background-color: rgb(128,31,223); }

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

border-color css

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

 span { border-color: rgb(128,31,223); }

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