#811FBB

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

Shades of Dark Orchid #811FBB

Tints of Dark Orchid #811FBB

Color information

#811FBB (or 0x811FBB) is unknown color: approx Dark Orchid. HEX triplet: 81, 1F and BB. RGB value is (129,31,187). Sum of RGB (Red+Green+Blue) = 129+31+187=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #811FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811FBB is #7EE044. Grayscale: #4D4D4D. Windows color (decimal): -8314949 or 12263297. OLE color: 12263297.

HSL color Cylindrical-coordinate representation of color #811FBB: hue angle of 277.69º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811FBB is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12931187-
CMYK0.310.8300.27
HSL277.69º71.56%42.75%-
HSV(B)277.69º83.42%73.33%-
XYZ18.519.2347.82-
YUV78.09189.47164.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 31 (12.5% from 255) = 8.93%
BLUE value IS 187 (73.44% from 255) = 53.89%
R=37.18%
G=8.93%
B=53.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129311870.310.8300.27277.6971.5642.75
Hex811FBB1F5301B116482b
Octal201372733712303342611053
Binary1000000111111101110111111110100110110111000101101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,31,187); }

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

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

 a { background-color: rgb(129,31,187); }

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

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

 span { border-color: rgb(129,31,187); }

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