Html Css Color HEX #802ADB Blue Violet

📋 copy color: '#802ADB'

red 128 ◦ green 42 ◦ blue 219

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

Shades of Blue Violet #802ADB

Tints of Blue Violet #802ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 32.9%
G = 10.8%
B = 56.3%

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

#802ADB (or 0x802ADB) is known color: Blue Violet. HEX triplet: 80, 2A and DB. RGB value is (128,42,219). Sum of RGB (Red+Green+Blue) = 128+42+219=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #802ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ADB is #7FD524. Grayscale: #575757. Windows color (decimal): -8377637 or 14363264. OLE color: 14363264.

HSL color Cylindrical-coordinate representation of color #802ADB: hue angle of 269.15º degrees, saturation: 0.71, 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 #802ADB is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 42 219 -
CMYK 0.42 0.81 0 0.14
HSL 269.15º 0.71% 0.51% -
HSV(B) 269.15º 0.81% 0.86% -
XYZ 22.52 11.36 68.02 -
YUV 87.89 201.99 156.61 -
System Red Green Blue C M Y K H S L
Decimal 128 42 219 0.42 0.81 0 0.14 269.15 0.71 0.51
Hex 80 2A DB 2A 51 0 E 10D 47 33
Octal 200 52 333 52 121 0 16 415 107 63
Binary 10000000 101010 11011011 101010 1010001 0 1110 100001101 1000111 110011

Color Harmonies of #802ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802ADB

Black with #802ADB

Text Example


Text Example

White with #802ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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