Html Css Color HEX #801ADC Blue Violet

📋 copy color: '#801ADC'

red 128 ◦ green 26 ◦ blue 220

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

Shades of Blue Violet #801ADC

Tints of Blue Violet #801ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.82%

R = 34.22%
G = 6.95%
B = 58.82%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#801ADC (or 0x801ADC) is known color: Blue Violet. HEX triplet: 80, 1A and DC. RGB value is (128,26,220). Sum of RGB (Red+Green+Blue) = 128+26+220=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #801ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801ADC is #7FE523. Grayscale: #4D4D4D. Windows color (decimal): -8381732 or 14424704. OLE color: 14424704.

HSL color Cylindrical-coordinate representation of color #801ADC: hue angle of 271.55º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801ADC is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 26 220 -
CMYK 0.42 0.88 0 0.14
HSL 271.55º 0.79% 0.48% -
HSV(B) 271.55º 0.88% 0.86% -
XYZ 22.19 10.5 68.57 -
YUV 78.61 207.79 163.23 -
System Red Green Blue C M Y K H S L
Decimal 128 26 220 0.42 0.88 0 0.14 271.55 0.79 0.48
Hex 80 1A DC 2A 58 0 E 110 4F 30
Octal 200 32 334 52 130 0 16 420 117 60
Binary 10000000 11010 11011100 101010 1011000 0 1110 100010000 1001111 110000

Color Harmonies of #801ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801ADC

Black with #801ADC

Text Example


Text Example

White with #801ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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