Html Css Color HEX #802EED Blue Violet

📋 copy color: '#802EED'

red 128 ◦ green 46 ◦ blue 237

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

Shades of Blue Violet #802EED

Tints of Blue Violet #802EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.66%

R = 31.14%
G = 11.19%
B = 57.66%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#802EED (or 0x802EED) is known color: Blue Violet. HEX triplet: 80, 2E and ED. RGB value is (128,46,237). Sum of RGB (Red+Green+Blue) = 128+46+237=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #802EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802EED is #7FD112. Grayscale: #5B5B5B. Windows color (decimal): -8376595 or 15543936. OLE color: 15543936.

HSL color Cylindrical-coordinate representation of color #802EED: hue angle of 265.76º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802EED is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 46 237 -
CMYK 0.46 0.81 0 0.07
HSL 265.76º 0.84% 0.55% -
HSV(B) 265.76º 0.81% 0.93% -
XYZ 25.17 12.66 81.24 -
YUV 92.29 209.67 153.47 -
System Red Green Blue C M Y K H S L
Decimal 128 46 237 0.46 0.81 0 0.07 265.76 0.84 0.55
Hex 80 2E ED 2E 51 0 7 10A 54 37
Octal 200 56 355 56 121 0 7 412 124 67
Binary 10000000 101110 11101101 101110 1010001 0 111 100001010 1010100 110111

Color Harmonies of #802EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802EED

Black with #802EED

Text Example


Text Example

White with #802EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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