Html Css Color HEX #803DDB Blue Violet

📋 copy color: '#803DDB'

red 128 ◦ green 61 ◦ blue 219

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

Shades of Blue Violet #803DDB

Tints of Blue Violet #803DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.95%

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 31.37%
G = 14.95%
B = 53.68%

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

#803DDB (or 0x803DDB) is known color: Blue Violet. HEX triplet: 80, 3D and DB. RGB value is (128,61,219). Sum of RGB (Red+Green+Blue) = 128+61+219=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #803DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DDB is #7FC224. Grayscale: #626262. Windows color (decimal): -8372773 or 14368128. OLE color: 14368128.

HSL color Cylindrical-coordinate representation of color #803DDB: hue angle of 265.44º 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 #803DDB is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 61 219 -
CMYK 0.42 0.72 0 0.14
HSL 265.44º 0.69% 0.55% -
HSV(B) 265.44º 0.72% 0.86% -
XYZ 23.36 13.04 68.3 -
YUV 99.05 195.7 148.65 -
System Red Green Blue C M Y K H S L
Decimal 128 61 219 0.42 0.72 0 0.14 265.44 0.69 0.55
Hex 80 3D DB 2A 48 0 E 109 45 37
Octal 200 75 333 52 110 0 16 411 105 67
Binary 10000000 111101 11011011 101010 1001000 0 1110 100001001 1000101 110111

Color Harmonies of #803DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803DDB

Black with #803DDB

Text Example


Text Example

White with #803DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,61,219); }

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

background-color css

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

 a { background-color: rgb(128,61,219); }

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

border-color css

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

 span { border-color: rgb(128,61,219); }

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