Html Css Color HEX #803EDC Blue Violet

📋 copy color: '#803EDC'

red 128 ◦ green 62 ◦ blue 220

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

Shades of Blue Violet #803EDC

Tints of Blue Violet #803EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.12%

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 31.22%
G = 15.12%
B = 53.66%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#803EDC (or 0x803EDC) is known color: Blue Violet. HEX triplet: 80, 3E and DC. RGB value is (128,62,220). Sum of RGB (Red+Green+Blue) = 128+62+220=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #803EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803EDC is #7FC123. Grayscale: #636363. Windows color (decimal): -8372516 or 14433920. OLE color: 14433920.

HSL color Cylindrical-coordinate representation of color #803EDC: hue angle of 265.06º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #803EDC is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 62 220 -
CMYK 0.42 0.72 0 0.14
HSL 265.06º 0.69% 0.55% -
HSV(B) 265.06º 0.72% 0.86% -
XYZ 23.54 13.2 69.02 -
YUV 99.75 195.87 148.15 -
System Red Green Blue C M Y K H S L
Decimal 128 62 220 0.42 0.72 0 0.14 265.06 0.69 0.55
Hex 80 3E DC 2A 48 0 E 109 45 37
Octal 200 76 334 52 110 0 16 411 105 67
Binary 10000000 111110 11011100 101010 1001000 0 1110 100001001 1000101 110111

Color Harmonies of #803EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803EDC

Black with #803EDC

Text Example


Text Example

White with #803EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803EDC; }

 p { color: rgb(128,62,220); }

 H1.HeaderClassName
 {
   color: #803EDC;
 }
 .AnyTagClassName
 {
   color: #803EDC;
 }
</style>

background-color css

<style>
 a { background-color: #803EDC; }

 a { background-color: rgb(128,62,220); }

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

border-color css

<style>
 span { border-color: #803EDC; }

 span { border-color: rgb(128,62,220); }

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