Html Css Color HEX #803CD5 Blue Violet

📋 copy color: '#803CD5'

red 128 ◦ green 60 ◦ blue 213

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

Shades of Blue Violet #803CD5

Tints of Blue Violet #803CD5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.96%

 BLUE value IS 213 (83.59% from 255) = 53.12%

R = 31.92%
G = 14.96%
B = 53.12%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#803CD5 (or 0x803CD5) is known color: Blue Violet. HEX triplet: 80, 3C and D5. RGB value is (128,60,213). Sum of RGB (Red+Green+Blue) = 128+60+213=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #803CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CD5 is #7FC32A. Grayscale: #616161. Windows color (decimal): -8373035 or 13974656. OLE color: 13974656.

HSL color Cylindrical-coordinate representation of color #803CD5: hue angle of 266.67º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #803CD5 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 60 213 -
CMYK 0.40 0.72 0 0.16
HSL 266.67º 0.65% 0.54% -
HSV(B) 266.67º 0.72% 0.84% -
XYZ 22.53 12.63 64.2 -
YUV 97.77 193.03 149.56 -
System Red Green Blue C M Y K H S L
Decimal 128 60 213 0.40 0.72 0 0.16 266.67 0.65 0.54
Hex 80 3C D5 28 48 0 10 10B 41 36
Octal 200 74 325 50 110 0 20 413 101 66
Binary 10000000 111100 11010101 101000 1001000 0 10000 100001011 1000001 110110

Color Harmonies of #803CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803CD5

Black with #803CD5

Text Example


Text Example

White with #803CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,60,213); }

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

background-color css

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

 a { background-color: rgb(128,60,213); }

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

border-color css

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

 span { border-color: rgb(128,60,213); }

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