Html Css Color HEX #80358B Vivid Violet

📋 copy color: '#80358B'

red 128 ◦ green 53 ◦ blue 139

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

Shades of Vivid Violet #80358B

Tints of Vivid Violet #80358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.44%

R = 40%
G = 16.56%
B = 43.44%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80358B (or 0x80358B) is known color: Vivid Violet. HEX triplet: 80, 35 and 8B. RGB value is (128,53,139). Sum of RGB (Red+Green+Blue) = 128+53+139=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #80358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80358B is #7FCA74. Grayscale: #545454. Windows color (decimal): -8374901 or 9123200. OLE color: 9123200.

HSL color Cylindrical-coordinate representation of color #80358B: hue angle of 292.33º 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 #80358B is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 53 139 -
CMYK 0.08 0.62 0 0.45
HSL 292.33º 0.45% 0.38% -
HSV(B) 292.33º 0.62% 0.55% -
XYZ 14.84 9 25.38 -
YUV 85.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 128 53 139 0.08 0.62 0 0.45 292.33 0.45 0.38
Hex 80 35 8B 8 3E 0 2D 124 2D 26
Octal 200 65 213 10 76 0 55 444 55 46
Binary 10000000 110101 10001011 1000 111110 0 101101 100100100 101101 100110

Color Harmonies of #80358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80358B

Black with #80358B

Text Example


Text Example

White with #80358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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