Html Css Color HEX #801DFB Blue Violet

📋 copy color: '#801DFB'

red 128 ◦ green 29 ◦ blue 251

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

Shades of Blue Violet #801DFB

Tints of Blue Violet #801DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.11%

 BLUE value IS 251 (98.44% from 255) = 61.52%

R = 31.37%
G = 7.11%
B = 61.52%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#801DFB (or 0x801DFB) is known color: Blue Violet. HEX triplet: 80, 1D and FB. RGB value is (128,29,251). Sum of RGB (Red+Green+Blue) = 128+29+251=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #801DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801DFB is #7FE204. Grayscale: #535353. Windows color (decimal): -8380933 or 16457088. OLE color: 16457088.

HSL color Cylindrical-coordinate representation of color #801DFB: hue angle of 266.76º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801DFB is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 29 251 -
CMYK 0.49 0.88 0 0.02
HSL 266.76º 0.97% 0.55% -
HSV(B) 266.76º 0.88% 0.98% -
XYZ 26.75 12.43 92.26 -
YUV 83.91 222.3 159.45 -
System Red Green Blue C M Y K H S L
Decimal 128 29 251 0.49 0.88 0 0.02 266.76 0.97 0.55
Hex 80 1D FB 31 58 0 2 10B 61 37
Octal 200 35 373 61 130 0 2 413 141 67
Binary 10000000 11101 11111011 110001 1011000 0 10 100001011 1100001 110111

Color Harmonies of #801DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801DFB

Black with #801DFB

Text Example


Text Example

White with #801DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,29,251); }

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

background-color css

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

 a { background-color: rgb(128,29,251); }

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

border-color css

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

 span { border-color: rgb(128,29,251); }

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