Html Css Color HEX #80358C Vivid Violet

📋 copy color: '#80358C'

red 128 ◦ green 53 ◦ blue 140

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

Shades of Vivid Violet #80358C

Tints of Vivid Violet #80358C

RGB

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

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

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

R = 39.88%
G = 16.51%
B = 43.61%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80358C (or 0x80358C) is known color: Vivid Violet. HEX triplet: 80, 35 and 8C. RGB value is (128,53,140). Sum of RGB (Red+Green+Blue) = 128+53+140=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #80358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80358C is #7FCA73. Grayscale: #555555. Windows color (decimal): -8374900 or 9188736. OLE color: 9188736.

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

Color convert

RGB 128 53 140 -
CMYK 0.09 0.62 0 0.45
HSL 291.72º 0.45% 0.38% -
HSV(B) 291.72º 0.62% 0.55% -
XYZ 14.91 9.03 25.77 -
YUV 85.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 128 53 140 0.09 0.62 0 0.45 291.72 0.45 0.38
Hex 80 35 8C 9 3E 0 2D 124 2D 26
Octal 200 65 214 11 76 0 55 444 55 46
Binary 10000000 110101 10001100 1001 111110 0 101101 100100100 101101 100110

Color Harmonies of #80358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80358C

Black with #80358C

Text Example


Text Example

White with #80358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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