Html Css Color HEX #80469B Vivid Violet

📋 copy color: '#80469B'

red 128 ◦ green 70 ◦ blue 155

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

Shades of Vivid Violet #80469B

Tints of Vivid Violet #80469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.83%

 BLUE value IS 155 (60.94% from 255) = 43.91%

R = 36.26%
G = 19.83%
B = 43.91%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80469B (or 0x80469B) is known color: Vivid Violet. HEX triplet: 80, 46 and 9B. RGB value is (128,70,155). Sum of RGB (Red+Green+Blue) = 128+70+155=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #80469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80469B is #7FB964. Grayscale: #606060. Windows color (decimal): -8370533 or 10176128. OLE color: 10176128.

HSL color Cylindrical-coordinate representation of color #80469B: hue angle of 280.94º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80469B is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 70 155 -
CMYK 0.17 0.55 0 0.39
HSL 280.94º 0.38% 0.44% -
HSV(B) 280.94º 0.55% 0.61% -
XYZ 17.01 11.34 32.3 -
YUV 97.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 128 70 155 0.17 0.55 0 0.39 280.94 0.38 0.44
Hex 80 46 9B 11 37 0 27 119 26 2C
Octal 200 106 233 21 67 0 47 431 46 54
Binary 10000000 1000110 10011011 10001 110111 0 100111 100011001 100110 101100

Color Harmonies of #80469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80469B

Black with #80469B

Text Example


Text Example

White with #80469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,70,155); }

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

background-color css

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

 a { background-color: rgb(128,70,155); }

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

border-color css

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

 span { border-color: rgb(128,70,155); }

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