Html Css Color HEX #802ECC Blue Violet

📋 copy color: '#802ECC'

red 128 ◦ green 46 ◦ blue 204

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

Shades of Blue Violet #802ECC

Tints of Blue Violet #802ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.97%

R = 33.86%
G = 12.17%
B = 53.97%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#802ECC (or 0x802ECC) is known color: Blue Violet. HEX triplet: 80, 2E and CC. RGB value is (128,46,204). Sum of RGB (Red+Green+Blue) = 128+46+204=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #802ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ECC is #7FD133. Grayscale: #575757. Windows color (decimal): -8376628 or 13381248. OLE color: 13381248.

HSL color Cylindrical-coordinate representation of color #802ECC: hue angle of 271.14º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802ECC is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 46 204 -
CMYK 0.37 0.77 0 0.2
HSL 271.14º 0.63% 0.49% -
HSV(B) 271.14º 0.77% 0.8% -
XYZ 20.78 10.9 58.14 -
YUV 88.53 193.17 156.15 -
System Red Green Blue C M Y K H S L
Decimal 128 46 204 0.37 0.77 0 0.2 271.14 0.63 0.49
Hex 80 2E CC 25 4D 0 14 10F 3F 31
Octal 200 56 314 45 115 0 24 417 77 61
Binary 10000000 101110 11001100 100101 1001101 0 10100 100001111 111111 110001

Color Harmonies of #802ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802ECC

Black with #802ECC

Text Example


Text Example

White with #802ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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