Html Css Color HEX #80359F Vivid Violet

📋 copy color: '#80359F'

red 128 ◦ green 53 ◦ blue 159

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

Shades of Vivid Violet #80359F

Tints of Vivid Violet #80359F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.76%

R = 37.65%
G = 15.59%
B = 46.76%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80359F (or 0x80359F) is known color: Vivid Violet. HEX triplet: 80, 35 and 9F. RGB value is (128,53,159). Sum of RGB (Red+Green+Blue) = 128+53+159=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #80359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80359F is #7FCA60. Grayscale: #575757. Windows color (decimal): -8374881 or 10433920. OLE color: 10433920.

HSL color Cylindrical-coordinate representation of color #80359F: hue angle of 282.45º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80359F is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 53 159 -
CMYK 0.19 0.67 0 0.38
HSL 282.45º 0.5% 0.42% -
HSV(B) 282.45º 0.67% 0.62% -
XYZ 16.43 9.64 33.8 -
YUV 87.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 128 53 159 0.19 0.67 0 0.38 282.45 0.5 0.42
Hex 80 35 9F 13 43 0 26 11A 32 2A
Octal 200 65 237 23 103 0 46 432 62 52
Binary 10000000 110101 10011111 10011 1000011 0 100110 100011010 110010 101010

Color Harmonies of #80359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80359F

Black with #80359F

Text Example


Text Example

White with #80359F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80359F; }

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

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

background-color css

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

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

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

border-color css

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

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

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