Html Css Color HEX #804185 Vivid Violet

📋 copy color: '#804185'

red 128 ◦ green 65 ◦ blue 133

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

Shades of Vivid Violet #804185

Tints of Vivid Violet #804185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

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

R = 39.26%
G = 19.94%
B = 40.8%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#804185 (or 0x804185) is known color: Vivid Violet. HEX triplet: 80, 41 and 85. RGB value is (128,65,133). Sum of RGB (Red+Green+Blue) = 128+65+133=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #804185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804185 is #7FBE7A. Grayscale: #5B5B5B. Windows color (decimal): -8371835 or 8733056. OLE color: 8733056.

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

Color convert

RGB 128 65 133 -
CMYK 0.04 0.51 0 0.48
HSL 295.59º 0.34% 0.39% -
HSV(B) 295.59º 0.51% 0.52% -
XYZ 15.03 10.06 23.34 -
YUV 91.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 128 65 133 0.04 0.51 0 0.48 295.59 0.34 0.39
Hex 80 41 85 4 33 0 30 128 22 27
Octal 200 101 205 4 63 0 60 450 42 47
Binary 10000000 1000001 10000101 100 110011 0 110000 100101000 100010 100111

Color Harmonies of #804185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804185

Black with #804185

Text Example


Text Example

White with #804185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804185; }

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

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

background-color css

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

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

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

border-color css

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

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

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