Html Css Color HEX #804585 Vivid Violet

📋 copy color: '#804585'

red 128 ◦ green 69 ◦ blue 133

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

Shades of Vivid Violet #804585

Tints of Vivid Violet #804585

RGB

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

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

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

R = 38.79%
G = 20.91%
B = 40.3%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#804585 (or 0x804585) is known color: Vivid Violet. HEX triplet: 80, 45 and 85. RGB value is (128,69,133). Sum of RGB (Red+Green+Blue) = 128+69+133=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #804585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804585 is #7FBA7A. Grayscale: #5D5D5D. Windows color (decimal): -8370811 or 8734080. OLE color: 8734080.

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

Color convert

RGB 128 69 133 -
CMYK 0.04 0.48 0 0.48
HSL 295.31º 0.32% 0.4% -
HSV(B) 295.31º 0.48% 0.52% -
XYZ 15.26 10.54 23.42 -
YUV 93.94 150.05 152.3 -
System Red Green Blue C M Y K H S L
Decimal 128 69 133 0.04 0.48 0 0.48 295.31 0.32 0.4
Hex 80 45 85 4 30 0 30 127 20 28
Octal 200 105 205 4 60 0 60 447 40 50
Binary 10000000 1000101 10000101 100 110000 0 110000 100100111 100000 101000

Color Harmonies of #804585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804585

Black with #804585

Text Example


Text Example

White with #804585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804585; }

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

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

background-color css

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

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

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

border-color css

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

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

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