Html Css Color HEX #803BD5 Blue Violet

📋 copy color: '#803BD5'

red 128 ◦ green 59 ◦ blue 213

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

Shades of Blue Violet #803BD5

Tints of Blue Violet #803BD5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.75%

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

R = 32%
G = 14.75%
B = 53.25%

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

#803BD5 (or 0x803BD5) is known color: Blue Violet. HEX triplet: 80, 3B and D5. RGB value is (128,59,213). Sum of RGB (Red+Green+Blue) = 128+59+213=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #803BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803BD5 is #7FC42A. Grayscale: #606060. Windows color (decimal): -8373291 or 13974400. OLE color: 13974400.

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

Color convert

RGB 128 59 213 -
CMYK 0.40 0.72 0 0.16
HSL 266.88º 0.65% 0.53% -
HSV(B) 266.88º 0.72% 0.84% -
XYZ 22.48 12.52 64.18 -
YUV 97.19 193.36 149.98 -
System Red Green Blue C M Y K H S L
Decimal 128 59 213 0.40 0.72 0 0.16 266.88 0.65 0.53
Hex 80 3B D5 28 48 0 10 10B 41 35
Octal 200 73 325 50 110 0 20 413 101 65
Binary 10000000 111011 11010101 101000 1001000 0 10000 100001011 1000001 110101

Color Harmonies of #803BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803BD5

Black with #803BD5

Text Example


Text Example

White with #803BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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