Html Css Color HEX #80469C Vivid Violet

📋 copy color: '#80469C'

red 128 ◦ green 70 ◦ blue 156

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

Shades of Vivid Violet #80469C

Tints of Vivid Violet #80469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.07%

R = 36.16%
G = 19.77%
B = 44.07%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80469C (or 0x80469C) is known color: Vivid Violet. HEX triplet: 80, 46 and 9C. RGB value is (128,70,156). Sum of RGB (Red+Green+Blue) = 128+70+156=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #80469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80469C is #7FB963. Grayscale: #606060. Windows color (decimal): -8370532 or 10241664. OLE color: 10241664.

HSL color Cylindrical-coordinate representation of color #80469C: hue angle of 280.47º 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 #80469C is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 70 156 -
CMYK 0.18 0.55 0 0.39
HSL 280.47º 0.38% 0.44% -
HSV(B) 280.47º 0.55% 0.61% -
XYZ 17.09 11.37 32.75 -
YUV 97.15 161.22 150.01 -
System Red Green Blue C M Y K H S L
Decimal 128 70 156 0.18 0.55 0 0.39 280.47 0.38 0.44
Hex 80 46 9C 12 37 0 27 118 26 2C
Octal 200 106 234 22 67 0 47 430 46 54
Binary 10000000 1000110 10011100 10010 110111 0 100111 100011000 100110 101100

Color Harmonies of #80469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80469C

Black with #80469C

Text Example


Text Example

White with #80469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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