Html Css Color HEX #802ADD Blue Violet

📋 copy color: '#802ADD'

red 128 ◦ green 42 ◦ blue 221

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

Shades of Blue Violet #802ADD

Tints of Blue Violet #802ADD

RGB

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

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

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

R = 32.74%
G = 10.74%
B = 56.52%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#802ADD (or 0x802ADD) is known color: Blue Violet. HEX triplet: 80, 2A and DD. RGB value is (128,42,221). Sum of RGB (Red+Green+Blue) = 128+42+221=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #802ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ADD is #7FD522. Grayscale: #575757. Windows color (decimal): -8377635 or 14494336. OLE color: 14494336.

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

Color convert

RGB 128 42 221 -
CMYK 0.42 0.81 0 0.13
HSL 268.83º 0.72% 0.52% -
HSV(B) 268.83º 0.81% 0.87% -
XYZ 22.78 11.47 69.42 -
YUV 88.12 202.99 156.45 -
System Red Green Blue C M Y K H S L
Decimal 128 42 221 0.42 0.81 0 0.13 268.83 0.72 0.52
Hex 80 2A DD 2A 51 0 D 10D 48 34
Octal 200 52 335 52 121 0 15 415 110 64
Binary 10000000 101010 11011101 101010 1010001 0 1101 100001101 1001000 110100

Color Harmonies of #802ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802ADD

Black with #802ADD

Text Example


Text Example

White with #802ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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