Html Css Color HEX #803495 Vivid Violet

📋 copy color: '#803495'

red 128 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #803495

Tints of Vivid Violet #803495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

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

R = 38.91%
G = 15.81%
B = 45.29%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#803495 (or 0x803495) is known color: Vivid Violet. HEX triplet: 80, 34 and 95. RGB value is (128,52,149). Sum of RGB (Red+Green+Blue) = 128+52+149=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #803495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803495 is #7FCB6A. Grayscale: #555555. Windows color (decimal): -8375147 or 9778304. OLE color: 9778304.

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

Color convert

RGB 128 52 149 -
CMYK 0.14 0.65 0 0.42
HSL 287.01º 0.48% 0.39% -
HSV(B) 287.01º 0.65% 0.58% -
XYZ 15.55 9.22 29.39 -
YUV 85.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 128 52 149 0.14 0.65 0 0.42 287.01 0.48 0.39
Hex 80 34 95 E 41 0 2A 11F 30 27
Octal 200 64 225 16 101 0 52 437 60 47
Binary 10000000 110100 10010101 1110 1000001 0 101010 100011111 110000 100111

Color Harmonies of #803495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803495

Black with #803495

Text Example


Text Example

White with #803495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803495; }

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

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

background-color css

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

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

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

border-color css

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

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

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