#811BCC

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

Shades of Blue Violet #811BCC

Tints of Blue Violet #811BCC

Color information

#811BCC (or 0x811BCC) is unknown color: approx Blue Violet. HEX triplet: 81, 1B and CC. RGB value is (129,27,204). Sum of RGB (Red+Green+Blue) = 129+27+204=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #811BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811BCC is #7EE433. Grayscale: #4D4D4D. Windows color (decimal): -8315956 or 13376385. OLE color: 13376385.

HSL color Cylindrical-coordinate representation of color #811BCC: hue angle of 274.58º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811BCC is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12927204-
CMYK0.370.8700.2
HSL274.58º76.62%45.29%-
HSV(B)274.58º86.76%80%-
XYZ20.349.8157.95-
YUV77.68199.29164.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 27 (10.94% from 255) = 7.5%
BLUE value IS 204 (80.08% from 255) = 56.67%
R=35.83%
G=7.5%
B=56.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal129272040.370.8700.2274.5876.6245.29
Hex811BCC25570141134d2d
Octal201333144512702442311555
Binary10000001110111100110010010110101110101001000100111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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