#811E9D

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

Shades of Vivid Violet #811E9D

Tints of Vivid Violet #811E9D

Color information

#811E9D (or 0x811E9D) is unknown color: approx Vivid Violet. HEX triplet: 81, 1E and 9D. RGB value is (129,30,157). Sum of RGB (Red+Green+Blue) = 129+30+157=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #811E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811E9D is #7EE162. Grayscale: #494949. Windows color (decimal): -8315235 or 10296961. OLE color: 10296961.

HSL color Cylindrical-coordinate representation of color #811E9D: hue angle of 286.77º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811E9D is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12930157-
CMYK0.180.8100.38
HSL286.77º67.91%36.67%-
HSV(B)286.77º80.89%61.57%-
XYZ15.68.0332.63-
YUV74.08174.8167.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.82%
GREEN value IS 30 (12.11% from 255) = 9.49%
BLUE value IS 157 (61.72% from 255) = 49.68%
R=40.82%
G=9.49%
B=49.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129301570.180.8100.38286.7767.9136.67
Hex811E9D125102611f4425
Octal201362352212104643710445
Binary10000001111101001110110010101000101001101000111111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811E9D; }

 p { color: rgb(129,30,157); }

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

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

 a { background-color: rgb(129,30,157); }

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

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

 span { border-color: rgb(129,30,157); }

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