Html Css Color HEX #804395 Vivid Violet

📋 copy color: '#804395'

red 128 ◦ green 67 ◦ blue 149

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

Shades of Vivid Violet #804395

Tints of Vivid Violet #804395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.48%

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

R = 37.21%
G = 19.48%
B = 43.31%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#804395 (or 0x804395) is known color: Vivid Violet. HEX triplet: 80, 43 and 95. RGB value is (128,67,149). Sum of RGB (Red+Green+Blue) = 128+67+149=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #804395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804395 is #7FBC6A. Grayscale: #5E5E5E. Windows color (decimal): -8371307 or 9782144. OLE color: 9782144.

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

Color convert

RGB 128 67 149 -
CMYK 0.14 0.55 0 0.42
HSL 284.63º 0.38% 0.42% -
HSV(B) 284.63º 0.55% 0.58% -
XYZ 16.33 10.77 29.65 -
YUV 94.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 128 67 149 0.14 0.55 0 0.42 284.63 0.38 0.42
Hex 80 43 95 E 37 0 2A 11D 26 2A
Octal 200 103 225 16 67 0 52 435 46 52
Binary 10000000 1000011 10010101 1110 110111 0 101010 100011101 100110 101010

Color Harmonies of #804395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804395

Black with #804395

Text Example


Text Example

White with #804395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804395; }

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

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

background-color css

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

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

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

border-color css

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

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

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