#811BC6

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

Shades of Blue Violet #811BC6

Tints of Blue Violet #811BC6

Color information

#811BC6 (or 0x811BC6) is unknown color: approx Blue Violet. HEX triplet: 81, 1B and C6. RGB value is (129,27,198). Sum of RGB (Red+Green+Blue) = 129+27+198=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 198 (77.73% from 255 or 55.93% from 354); Max value from RGB is 198 - color contains mainly: blue. Hex color #811BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811BC6 is #7EE439. Grayscale: #4C4C4C. Windows color (decimal): -8315962 or 12983169. OLE color: 12983169.

HSL color Cylindrical-coordinate representation of color #811BC6: hue angle of 275.79º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811BC6 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12927198-
CMYK0.350.8600.22
HSL275.79º76%44.12%-
HSV(B)275.79º86.36%77.65%-
XYZ19.649.5354.23-
YUV76.99196.29165.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 27 (10.94% from 255) = 7.63%
BLUE value IS 198 (77.73% from 255) = 55.93%
R=36.44%
G=7.63%
B=55.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129271980.350.8600.22275.797644.12
Hex811BC623560161144c2c
Octal201333064312602642411454
Binary10000001110111100011010001110101100101101000101001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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