Html Css Color HEX #801AD4 Blue Violet

📋 copy color: '#801AD4'

red 128 ◦ green 26 ◦ blue 212

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

Shades of Blue Violet #801AD4

Tints of Blue Violet #801AD4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.1%

 BLUE value IS 212 (83.2% from 255) = 57.92%

R = 34.97%
G = 7.1%
B = 57.92%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#801AD4 (or 0x801AD4) is known color: Blue Violet. HEX triplet: 80, 1A and D4. RGB value is (128,26,212). Sum of RGB (Red+Green+Blue) = 128+26+212=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 212 (83.20% from 255 or 57.92% from 366); Max value from RGB is 212 - color contains mainly: blue. Hex color #801AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801AD4 is #7FE52B. Grayscale: #4D4D4D. Windows color (decimal): -8381740 or 13900416. OLE color: 13900416.

HSL color Cylindrical-coordinate representation of color #801AD4: hue angle of 272.9º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801AD4 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 26 212 -
CMYK 0.40 0.88 0 0.17
HSL 272.9º 0.78% 0.47% -
HSV(B) 272.9º 0.88% 0.83% -
XYZ 21.16 10.08 63.12 -
YUV 77.7 203.79 163.88 -
System Red Green Blue C M Y K H S L
Decimal 128 26 212 0.40 0.88 0 0.17 272.9 0.78 0.47
Hex 80 1A D4 28 58 0 11 111 4E 2F
Octal 200 32 324 50 130 0 21 421 116 57
Binary 10000000 11010 11010100 101000 1011000 0 10001 100010001 1001110 101111

Color Harmonies of #801AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801AD4

Black with #801AD4

Text Example


Text Example

White with #801AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,26,212); }

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

background-color css

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

 a { background-color: rgb(128,26,212); }

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

border-color css

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

 span { border-color: rgb(128,26,212); }

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