Html Css Color HEX #802DD5 Blue Violet

📋 copy color: '#802DD5'

red 128 ◦ green 45 ◦ blue 213

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

Shades of Blue Violet #802DD5

Tints of Blue Violet #802DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.18%

R = 33.16%
G = 11.66%
B = 55.18%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#802DD5 (or 0x802DD5) is known color: Blue Violet. HEX triplet: 80, 2D and D5. RGB value is (128,45,213). Sum of RGB (Red+Green+Blue) = 128+45+213=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #802DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DD5 is #7FD22A. Grayscale: #585858. Windows color (decimal): -8376875 or 13970816. OLE color: 13970816.

HSL color Cylindrical-coordinate representation of color #802DD5: hue angle of 269.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802DD5 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 45 213 -
CMYK 0.40 0.79 0 0.16
HSL 269.64º 0.67% 0.51% -
HSV(B) 269.64º 0.79% 0.84% -
XYZ 21.85 11.27 63.97 -
YUV 88.97 198 155.84 -
System Red Green Blue C M Y K H S L
Decimal 128 45 213 0.40 0.79 0 0.16 269.64 0.67 0.51
Hex 80 2D D5 28 4F 0 10 10E 43 33
Octal 200 55 325 50 117 0 20 416 103 63
Binary 10000000 101101 11010101 101000 1001111 0 10000 100001110 1000011 110011

Color Harmonies of #802DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802DD5

Black with #802DD5

Text Example


Text Example

White with #802DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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