Html Css Color HEX #802ADC Blue Violet

📋 copy color: '#802ADC'

red 128 ◦ green 42 ◦ blue 220

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

Shades of Blue Violet #802ADC

Tints of Blue Violet #802ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.77%

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

R = 32.82%
G = 10.77%
B = 56.41%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#802ADC (or 0x802ADC) is known color: Blue Violet. HEX triplet: 80, 2A and DC. RGB value is (128,42,220). Sum of RGB (Red+Green+Blue) = 128+42+220=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #802ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ADC is #7FD523. Grayscale: #575757. Windows color (decimal): -8377636 or 14428800. OLE color: 14428800.

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

Color convert

RGB 128 42 220 -
CMYK 0.42 0.81 0 0.14
HSL 268.99º 0.72% 0.51% -
HSV(B) 268.99º 0.81% 0.86% -
XYZ 22.65 11.41 68.72 -
YUV 88.01 202.49 156.53 -
System Red Green Blue C M Y K H S L
Decimal 128 42 220 0.42 0.81 0 0.14 268.99 0.72 0.51
Hex 80 2A DC 2A 51 0 E 10D 48 33
Octal 200 52 334 52 121 0 16 415 110 63
Binary 10000000 101010 11011100 101010 1010001 0 1110 100001101 1001000 110011

Color Harmonies of #802ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802ADC

Black with #802ADC

Text Example


Text Example

White with #802ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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