Html Css Color HEX #801FDD Blue Violet

📋 copy color: '#801FDD'

red 128 ◦ green 31 ◦ blue 221

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

Shades of Blue Violet #801FDD

Tints of Blue Violet #801FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 33.68%
G = 8.16%
B = 58.16%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#801FDD (or 0x801FDD) is known color: Blue Violet. HEX triplet: 80, 1F and DD. RGB value is (128,31,221). Sum of RGB (Red+Green+Blue) = 128+31+221=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #801FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801FDD is #7FE022. Grayscale: #515151. Windows color (decimal): -8380451 or 14491520. OLE color: 14491520.

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

Color convert

RGB 128 31 221 -
CMYK 0.42 0.86 0 0.13
HSL 270.63º 0.75% 0.49% -
HSV(B) 270.63º 0.86% 0.87% -
XYZ 22.44 10.79 69.31 -
YUV 81.66 206.64 161.05 -
System Red Green Blue C M Y K H S L
Decimal 128 31 221 0.42 0.86 0 0.13 270.63 0.75 0.49
Hex 80 1F DD 2A 56 0 D 10F 4B 31
Octal 200 37 335 52 126 0 15 417 113 61
Binary 10000000 11111 11011101 101010 1010110 0 1101 100001111 1001011 110001

Color Harmonies of #801FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801FDD

Black with #801FDD

Text Example


Text Example

White with #801FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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