#811BC1

Color #811BC1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #811BC1

Tints of Dark Orchid #811BC1

Color information

#811BC1 (or 0x811BC1) is unknown color: approx Dark Orchid. HEX triplet: 81, 1B and C1. RGB value is (129,27,193). Sum of RGB (Red+Green+Blue) = 129+27+193=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 193 (75.78% from 255 or 55.30% from 349); Max value from RGB is 193 - color contains mainly: blue. Hex color #811BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811BC1 is #7EE43E. Grayscale: #4B4B4B. Windows color (decimal): -8315967 or 12655489. OLE color: 12655489.

HSL color Cylindrical-coordinate representation of color #811BC1: hue angle of 276.87º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811BC1 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12927193-
CMYK0.330.8600.24
HSL276.87º75.45%43.14%-
HSV(B)276.87º86.01%75.69%-
XYZ19.079.351.24-
YUV76.42193.79165.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.96%
GREEN value IS 27 (10.94% from 255) = 7.74%
BLUE value IS 193 (75.78% from 255) = 55.30%
R=36.96%
G=7.74%
B=55.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129271930.330.8600.24276.8775.4543.14
Hex811BC121560181154b2b
Octal201333014112603042511353
Binary10000001110111100000110000110101100110001000101011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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