#80269D

Color #80269D Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #80269D

Tints of Vivid Violet #80269D

Color information

#80269D (or 0x80269D) is unknown color: approx Vivid Violet. HEX triplet: 80, 26 and 9D. RGB value is (128,38,157). Sum of RGB (Red+Green+Blue) = 128+38+157=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #80269D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80269D is #7FD962. Grayscale: #4E4E4E. Windows color (decimal): -8378723 or 10299008. OLE color: 10299008.

HSL color Cylindrical-coordinate representation of color #80269D: hue angle of 285.38º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80269D is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12838157-
CMYK0.180.7600.38
HSL285.38º61.03%38.24%-
HSV(B)285.38º75.8%61.57%-
XYZ15.688.4132.7-
YUV78.48172.32163.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 38 (15.23% from 255) = 11.76%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=39.63%
G=11.76%
B=48.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128381570.180.7600.38285.3861.0338.24
Hex80269D124C02611d3d26
Octal20046235221140464357546
Binary10000000100110100111011001010011000100110100011101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80269D; }

 p { color: rgb(128,38,157); }

 H1.HeaderClassName
 {
   color: #80269D;
 }
 .AnyTagClassName
 {
   color: #80269D;
 }
</style>
background-color css

<style>
 a { background-color: #80269D; }

 a { background-color: rgb(128,38,157); }

 div.DivClassName
 {
   background-color: #80269D;
 }
 .BgClassName
 {
   background-color: #80269D;
 }
</style>
border-color css

<style>
 span { border-color: #80269D; }

 span { border-color: rgb(128,38,157); }

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