Html Css Color HEX #80348C Vivid Violet

📋 copy color: '#80348C'

red 128 ◦ green 52 ◦ blue 140

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

Shades of Vivid Violet #80348C

Tints of Vivid Violet #80348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.75%

R = 40%
G = 16.25%
B = 43.75%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80348C (or 0x80348C) is known color: Vivid Violet. HEX triplet: 80, 34 and 8C. RGB value is (128,52,140). Sum of RGB (Red+Green+Blue) = 128+52+140=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #80348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80348C is #7FCB73. Grayscale: #545454. Windows color (decimal): -8375156 or 9188480. OLE color: 9188480.

HSL color Cylindrical-coordinate representation of color #80348C: hue angle of 291.82º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80348C is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 52 140 -
CMYK 0.09 0.63 0 0.45
HSL 291.82º 0.46% 0.38% -
HSV(B) 291.82º 0.63% 0.55% -
XYZ 14.86 8.94 25.75 -
YUV 84.76 159.18 158.84 -
System Red Green Blue C M Y K H S L
Decimal 128 52 140 0.09 0.63 0 0.45 291.82 0.46 0.38
Hex 80 34 8C 9 3F 0 2D 124 2E 26
Octal 200 64 214 11 77 0 55 444 56 46
Binary 10000000 110100 10001100 1001 111111 0 101101 100100100 101110 100110

Color Harmonies of #80348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80348C

Black with #80348C

Text Example


Text Example

White with #80348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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