Html Css Color HEX #803494 Vivid Violet

📋 copy color: '#803494'

red 128 ◦ green 52 ◦ blue 148

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

Shades of Vivid Violet #803494

Tints of Vivid Violet #803494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 39.02%
G = 15.85%
B = 45.12%

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

#803494 (or 0x803494) is known color: Vivid Violet. HEX triplet: 80, 34 and 94. RGB value is (128,52,148). Sum of RGB (Red+Green+Blue) = 128+52+148=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #803494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803494 is #7FCB6B. Grayscale: #555555. Windows color (decimal): -8375148 or 9712768. OLE color: 9712768.

HSL color Cylindrical-coordinate representation of color #803494: hue angle of 287.5º 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 #803494 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 52 148 -
CMYK 0.14 0.65 0 0.42
HSL 287.5º 0.48% 0.39% -
HSV(B) 287.5º 0.65% 0.58% -
XYZ 15.48 9.18 28.97 -
YUV 85.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 128 52 148 0.14 0.65 0 0.42 287.5 0.48 0.39
Hex 80 34 94 E 41 0 2A 120 30 27
Octal 200 64 224 16 101 0 52 440 60 47
Binary 10000000 110100 10010100 1110 1000001 0 101010 100100000 110000 100111

Color Harmonies of #803494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803494

Black with #803494

Text Example


Text Example

White with #803494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803494; }

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

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

background-color css

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

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

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

border-color css

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

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

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