Html Css Color HEX #802DAD Vivid Violet

📋 copy color: '#802DAD'

red 128 ◦ green 45 ◦ blue 173

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

Shades of Vivid Violet #802DAD

Tints of Vivid Violet #802DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.01%

 BLUE value IS 173 (67.97% from 255) = 50%

R = 36.99%
G = 13.01%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#802DAD (or 0x802DAD) is known color: Vivid Violet. HEX triplet: 80, 2D and AD. RGB value is (128,45,173). Sum of RGB (Red+Green+Blue) = 128+45+173=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #802DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802DAD is #7FD252. Grayscale: #535353. Windows color (decimal): -8376915 or 11349376. OLE color: 11349376.

HSL color Cylindrical-coordinate representation of color #802DAD: hue angle of 278.91º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802DAD is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 45 173 -
CMYK 0.26 0.74 0 0.32
HSL 278.91º 0.59% 0.43% -
HSV(B) 278.91º 0.74% 0.68% -
XYZ 17.38 9.48 40.45 -
YUV 84.41 178 159.09 -
System Red Green Blue C M Y K H S L
Decimal 128 45 173 0.26 0.74 0 0.32 278.91 0.59 0.43
Hex 80 2D AD 1A 4A 0 20 117 3B 2B
Octal 200 55 255 32 112 0 40 427 73 53
Binary 10000000 101101 10101101 11010 1001010 0 100000 100010111 111011 101011

Color Harmonies of #802DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802DAD

Black with #802DAD

Text Example


Text Example

White with #802DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,45,173); }

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

background-color css

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

 a { background-color: rgb(128,45,173); }

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

border-color css

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

 span { border-color: rgb(128,45,173); }

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