Html Css Color HEX #803595 Vivid Violet

📋 copy color: '#803595'

red 128 ◦ green 53 ◦ blue 149

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

Shades of Vivid Violet #803595

Tints of Vivid Violet #803595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

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

R = 38.79%
G = 16.06%
B = 45.15%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#803595 (or 0x803595) is known color: Vivid Violet. HEX triplet: 80, 35 and 95. RGB value is (128,53,149). Sum of RGB (Red+Green+Blue) = 128+53+149=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #803595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803595 is #7FCA6A. Grayscale: #565656. Windows color (decimal): -8374891 or 9778560. OLE color: 9778560.

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

Color convert

RGB 128 53 149 -
CMYK 0.14 0.64 0 0.42
HSL 286.88º 0.48% 0.4% -
HSV(B) 286.88º 0.64% 0.58% -
XYZ 15.6 9.31 29.41 -
YUV 86.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 128 53 149 0.14 0.64 0 0.42 286.88 0.48 0.4
Hex 80 35 95 E 40 0 2A 11F 30 28
Octal 200 65 225 16 100 0 52 437 60 50
Binary 10000000 110101 10010101 1110 1000000 0 101010 100011111 110000 101000

Color Harmonies of #803595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803595

Black with #803595

Text Example


Text Example

White with #803595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803595; }

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

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

background-color css

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

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

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

border-color css

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

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

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