#811BAF

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

Shades of Vivid Violet #811BAF

Tints of Vivid Violet #811BAF

Color information

#811BAF (or 0x811BAF) is unknown color: approx Vivid Violet. HEX triplet: 81, 1B and AF. RGB value is (129,27,175). Sum of RGB (Red+Green+Blue) = 129+27+175=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #811BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811BAF is #7EE450. Grayscale: #494949. Windows color (decimal): -8315985 or 11475841. OLE color: 11475841.

HSL color Cylindrical-coordinate representation of color #811BAF: hue angle of 281.35º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811BAF is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12927175-
CMYK0.260.8500.31
HSL281.35º73.27%39.61%-
HSV(B)281.35º84.57%68.63%-
XYZ17.188.5541.3-
YUV74.37184.79166.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 27 (10.94% from 255) = 8.16%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=38.97%
G=8.16%
B=52.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129271750.260.8500.31281.3573.2739.61
Hex811BAF1A5501F1194928
Octal201332573212503743111150
Binary1000000111011101011111101010101010111111000110011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,27,175); }

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

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

 a { background-color: rgb(129,27,175); }

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

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

 span { border-color: rgb(129,27,175); }

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