Html Css Color HEX #803D95 Vivid Violet

📋 copy color: '#803D95'

red 128 ◦ green 61 ◦ blue 149

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

Shades of Vivid Violet #803D95

Tints of Vivid Violet #803D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 37.87%
G = 18.05%
B = 44.08%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#803D95 (or 0x803D95) is known color: Vivid Violet. HEX triplet: 80, 3D and 95. RGB value is (128,61,149). Sum of RGB (Red+Green+Blue) = 128+61+149=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #803D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803D95 is #7FC26A. Grayscale: #5A5A5A. Windows color (decimal): -8372843 or 9780608. OLE color: 9780608.

HSL color Cylindrical-coordinate representation of color #803D95: hue angle of 285.68º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803D95 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 61 149 -
CMYK 0.14 0.59 0 0.42
HSL 285.68º 0.42% 0.41% -
HSV(B) 285.68º 0.59% 0.58% -
XYZ 16 10.1 29.54 -
YUV 91.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 128 61 149 0.14 0.59 0 0.42 285.68 0.42 0.41
Hex 80 3D 95 E 3B 0 2A 11E 2A 29
Octal 200 75 225 16 73 0 52 436 52 51
Binary 10000000 111101 10010101 1110 111011 0 101010 100011110 101010 101001

Color Harmonies of #803D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D95

Black with #803D95

Text Example


Text Example

White with #803D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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