Html Css Color HEX #802ED6 Blue Violet

📋 copy color: '#802ED6'

red 128 ◦ green 46 ◦ blue 214

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

Shades of Blue Violet #802ED6

Tints of Blue Violet #802ED6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.86%

 BLUE value IS 214 (83.98% from 255) = 55.15%

R = 32.99%
G = 11.86%
B = 55.15%

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

#802ED6 (or 0x802ED6) is known color: Blue Violet. HEX triplet: 80, 2E and D6. RGB value is (128,46,214). Sum of RGB (Red+Green+Blue) = 128+46+214=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 214 (83.98% from 255 or 55.15% from 388); Max value from RGB is 214 - color contains mainly: blue. Hex color #802ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ED6 is #7FD129. Grayscale: #595959. Windows color (decimal): -8376618 or 14036608. OLE color: 14036608.

HSL color Cylindrical-coordinate representation of color #802ED6: hue angle of 269.29º 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 #802ED6 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 46 214 -
CMYK 0.40 0.79 0 0.16
HSL 269.29º 0.67% 0.51% -
HSV(B) 269.29º 0.79% 0.84% -
XYZ 22.02 11.4 64.66 -
YUV 89.67 198.17 155.34 -
System Red Green Blue C M Y K H S L
Decimal 128 46 214 0.40 0.79 0 0.16 269.29 0.67 0.51
Hex 80 2E D6 28 4F 0 10 10D 43 33
Octal 200 56 326 50 117 0 20 415 103 63
Binary 10000000 101110 11010110 101000 1001111 0 10000 100001101 1000011 110011

Color Harmonies of #802ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802ED6

Black with #802ED6

Text Example


Text Example

White with #802ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,46,214); }

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

background-color css

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

 a { background-color: rgb(128,46,214); }

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

border-color css

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

 span { border-color: rgb(128,46,214); }

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