#803681

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

Shades of Vivid Violet #803681

Tints of Vivid Violet #803681

Color information

#803681 (or 0x803681) is unknown color: approx Vivid Violet. HEX triplet: 80, 36 and 81. RGB value is (128,54,129). Sum of RGB (Red+Green+Blue) = 128+54+129=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #803681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803681 is #7FC97E. Grayscale: #545454. Windows color (decimal): -8374655 or 8468096. OLE color: 8468096.

HSL color Cylindrical-coordinate representation of color #803681: hue angle of 299.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #803681 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12854129-
CMYK0.010.5800.49
HSL299.2º40.98%35.88%-
HSV(B)299.2º58.14%50.59%-
XYZ14.188.8121.72-
YUV84.68153.02158.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 129 (50.78% from 255) = 41.48%
R=41.16%
G=17.36%
B=41.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128541290.010.5800.49299.240.9835.88
Hex80368113A03112b2924
Octal200662011720614535144
Binary100000001101101000000111110100110001100101011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803681; }

 p { color: rgb(128,54,129); }

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

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

 a { background-color: rgb(128,54,129); }

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

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

 span { border-color: rgb(128,54,129); }

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