Html Css Color HEX #802ED7 Blue Violet

📋 copy color: '#802ED7'

red 128 ◦ green 46 ◦ blue 215

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

Shades of Blue Violet #802ED7

Tints of Blue Violet #802ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.27%

R = 32.9%
G = 11.83%
B = 55.27%

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

#802ED7 (or 0x802ED7) is known color: Blue Violet. HEX triplet: 80, 2E and D7. RGB value is (128,46,215). Sum of RGB (Red+Green+Blue) = 128+46+215=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #802ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ED7 is #7FD128. Grayscale: #595959. Windows color (decimal): -8376617 or 14102144. OLE color: 14102144.

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

Color convert

RGB 128 46 215 -
CMYK 0.40 0.79 0 0.16
HSL 269.11º 0.68% 0.51% -
HSV(B) 269.11º 0.79% 0.84% -
XYZ 22.14 11.45 65.33 -
YUV 89.78 198.67 155.26 -
System Red Green Blue C M Y K H S L
Decimal 128 46 215 0.40 0.79 0 0.16 269.11 0.68 0.51
Hex 80 2E D7 28 4F 0 10 10D 44 33
Octal 200 56 327 50 117 0 20 415 104 63
Binary 10000000 101110 11010111 101000 1001111 0 10000 100001101 1000100 110011

Color Harmonies of #802ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802ED7

Black with #802ED7

Text Example


Text Example

White with #802ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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