Html Css Color HEX #804595 Vivid Violet

📋 copy color: '#804595'

red 128 ◦ green 69 ◦ blue 149

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

Shades of Vivid Violet #804595

Tints of Vivid Violet #804595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.94%

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

R = 36.99%
G = 19.94%
B = 43.06%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#804595 (or 0x804595) is known color: Vivid Violet. HEX triplet: 80, 45 and 95. RGB value is (128,69,149). Sum of RGB (Red+Green+Blue) = 128+69+149=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #804595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804595 is #7FBA6A. Grayscale: #5F5F5F. Windows color (decimal): -8370795 or 9782656. OLE color: 9782656.

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

Color convert

RGB 128 69 149 -
CMYK 0.14 0.54 0 0.42
HSL 284.25º 0.37% 0.43% -
HSV(B) 284.25º 0.54% 0.58% -
XYZ 16.46 11.02 29.69 -
YUV 95.76 158.05 151 -
System Red Green Blue C M Y K H S L
Decimal 128 69 149 0.14 0.54 0 0.42 284.25 0.37 0.43
Hex 80 45 95 E 36 0 2A 11C 25 2B
Octal 200 105 225 16 66 0 52 434 45 53
Binary 10000000 1000101 10010101 1110 110110 0 101010 100011100 100101 101011

Color Harmonies of #804595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804595

Black with #804595

Text Example


Text Example

White with #804595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804595; }

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

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

background-color css

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

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

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

border-color css

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

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

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