Html Css Color HEX #802BEE Blue Violet

📋 copy color: '#802BEE'

red 128 ◦ green 43 ◦ blue 238

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

Shades of Blue Violet #802BEE

Tints of Blue Violet #802BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.51%

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

R = 31.3%
G = 10.51%
B = 58.19%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#802BEE (or 0x802BEE) is known color: Blue Violet. HEX triplet: 80, 2B and EE. RGB value is (128,43,238). Sum of RGB (Red+Green+Blue) = 128+43+238=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #802BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802BEE is #7FD411. Grayscale: #595959. Windows color (decimal): -8377362 or 15608704. OLE color: 15608704.

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

Color convert

RGB 128 43 238 -
CMYK 0.46 0.82 0 0.07
HSL 266.15º 0.85% 0.55% -
HSV(B) 266.15º 0.82% 0.93% -
XYZ 25.2 12.49 81.97 -
YUV 90.65 211.16 154.64 -
System Red Green Blue C M Y K H S L
Decimal 128 43 238 0.46 0.82 0 0.07 266.15 0.85 0.55
Hex 80 2B EE 2E 52 0 7 10A 55 37
Octal 200 53 356 56 122 0 7 412 125 67
Binary 10000000 101011 11101110 101110 1010010 0 111 100001010 1010101 110111

Color Harmonies of #802BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802BEE

Black with #802BEE

Text Example


Text Example

White with #802BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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