Html Css Color HEX #802DEE Blue Violet

📋 copy color: '#802DEE'

red 128 ◦ green 45 ◦ blue 238

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

Shades of Blue Violet #802DEE

Tints of Blue Violet #802DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.91%

R = 31.14%
G = 10.95%
B = 57.91%

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

#802DEE (or 0x802DEE) is known color: Blue Violet. HEX triplet: 80, 2D and EE. RGB value is (128,45,238). Sum of RGB (Red+Green+Blue) = 128+45+238=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #802DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802DEE is #7FD211. Grayscale: #5B5B5B. Windows color (decimal): -8376850 or 15609216. OLE color: 15609216.

HSL color Cylindrical-coordinate representation of color #802DEE: hue angle of 265.8º degrees, saturation: 0.85, 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 #802DEE is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 45 238 -
CMYK 0.46 0.81 0 0.07
HSL 265.8º 0.85% 0.55% -
HSV(B) 265.8º 0.81% 0.93% -
XYZ 25.27 12.64 82 -
YUV 91.82 210.5 153.81 -
System Red Green Blue C M Y K H S L
Decimal 128 45 238 0.46 0.81 0 0.07 265.8 0.85 0.55
Hex 80 2D EE 2E 51 0 7 10A 55 37
Octal 200 55 356 56 121 0 7 412 125 67
Binary 10000000 101101 11101110 101110 1010001 0 111 100001010 1010101 110111

Color Harmonies of #802DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802DEE

Black with #802DEE

Text Example


Text Example

White with #802DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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