Html Css Color HEX #802DD9 Blue Violet

📋 copy color: '#802DD9'

red 128 ◦ green 45 ◦ blue 217

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

Shades of Blue Violet #802DD9

Tints of Blue Violet #802DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 55.64%

R = 32.82%
G = 11.54%
B = 55.64%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#802DD9 (or 0x802DD9) is known color: Blue Violet. HEX triplet: 80, 2D and D9. RGB value is (128,45,217). Sum of RGB (Red+Green+Blue) = 128+45+217=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #802DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DD9 is #7FD226. Grayscale: #585858. Windows color (decimal): -8376871 or 14232960. OLE color: 14232960.

HSL color Cylindrical-coordinate representation of color #802DD9: hue angle of 268.95º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802DD9 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 45 217 -
CMYK 0.41 0.79 0 0.15
HSL 268.95º 0.69% 0.51% -
HSV(B) 268.95º 0.79% 0.85% -
XYZ 22.36 11.48 66.68 -
YUV 89.43 200 155.51 -
System Red Green Blue C M Y K H S L
Decimal 128 45 217 0.41 0.79 0 0.15 268.95 0.69 0.51
Hex 80 2D D9 29 4F 0 F 10D 45 33
Octal 200 55 331 51 117 0 17 415 105 63
Binary 10000000 101101 11011001 101001 1001111 0 1111 100001101 1000101 110011

Color Harmonies of #802DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802DD9

Black with #802DD9

Text Example


Text Example

White with #802DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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