Html Css Color HEX #803785 Vivid Violet

📋 copy color: '#803785'

red 128 ◦ green 55 ◦ blue 133

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

Shades of Vivid Violet #803785

Tints of Vivid Violet #803785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 40.51%
G = 17.41%
B = 42.09%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#803785 (or 0x803785) is known color: Vivid Violet. HEX triplet: 80, 37 and 85. RGB value is (128,55,133). Sum of RGB (Red+Green+Blue) = 128+55+133=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #803785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803785 is #7FC87A. Grayscale: #555555. Windows color (decimal): -8374395 or 8730496. OLE color: 8730496.

HSL color Cylindrical-coordinate representation of color #803785: hue angle of 296.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803785 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 55 133 -
CMYK 0.04 0.59 0 0.48
HSL 296.15º 0.41% 0.37% -
HSV(B) 296.15º 0.59% 0.52% -
XYZ 14.5 9.02 23.17 -
YUV 85.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 128 55 133 0.04 0.59 0 0.48 296.15 0.41 0.37
Hex 80 37 85 4 3B 0 30 128 29 25
Octal 200 67 205 4 73 0 60 450 51 45
Binary 10000000 110111 10000101 100 111011 0 110000 100101000 101001 100101

Color Harmonies of #803785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803785

Black with #803785

Text Example


Text Example

White with #803785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803785; }

 p { color: rgb(128,55,133); }

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

background-color css

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

 a { background-color: rgb(128,55,133); }

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

border-color css

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

 span { border-color: rgb(128,55,133); }

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