Html Css Color HEX #803295 Vivid Violet

📋 copy color: '#803295'

red 128 ◦ green 50 ◦ blue 149

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

Shades of Vivid Violet #803295

Tints of Vivid Violet #803295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

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

R = 39.14%
G = 15.29%
B = 45.57%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#803295 (or 0x803295) is known color: Vivid Violet. HEX triplet: 80, 32 and 95. RGB value is (128,50,149). Sum of RGB (Red+Green+Blue) = 128+50+149=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #803295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803295 is #7FCD6A. Grayscale: #545454. Windows color (decimal): -8375659 or 9777792. OLE color: 9777792.

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

Color convert

RGB 128 50 149 -
CMYK 0.14 0.66 0 0.42
HSL 287.27º 0.5% 0.39% -
HSV(B) 287.27º 0.66% 0.58% -
XYZ 15.47 9.04 29.36 -
YUV 84.61 164.34 158.95 -
System Red Green Blue C M Y K H S L
Decimal 128 50 149 0.14 0.66 0 0.42 287.27 0.5 0.39
Hex 80 32 95 E 42 0 2A 11F 32 27
Octal 200 62 225 16 102 0 52 437 62 47
Binary 10000000 110010 10010101 1110 1000010 0 101010 100011111 110010 100111

Color Harmonies of #803295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803295

Black with #803295

Text Example


Text Example

White with #803295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803295; }

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

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

background-color css

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

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

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

border-color css

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

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

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