#811DBE

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

Shades of Dark Orchid #811DBE

Tints of Dark Orchid #811DBE

Color information

#811DBE (or 0x811DBE) is unknown color: approx Dark Orchid. HEX triplet: 81, 1D and BE. RGB value is (129,29,190). Sum of RGB (Red+Green+Blue) = 129+29+190=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #811DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811DBE is #7EE241. Grayscale: #4C4C4C. Windows color (decimal): -8315458 or 12459393. OLE color: 12459393.

HSL color Cylindrical-coordinate representation of color #811DBE: hue angle of 277.27º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811DBE is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12929190-
CMYK0.320.8500.25
HSL277.27º73.52%42.94%-
HSV(B)277.27º84.74%74.51%-
XYZ18.799.2649.51-
YUV77.25191.63164.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 29 (11.72% from 255) = 8.33%
BLUE value IS 190 (74.61% from 255) = 54.60%
R=37.07%
G=8.33%
B=54.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129291900.320.8500.25277.2773.5242.94
Hex811DBE20550191154a2b
Octal201352764012503142511253
Binary10000001111011011111010000010101010110011000101011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,29,190); }

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

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

 a { background-color: rgb(129,29,190); }

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

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

 span { border-color: rgb(129,29,190); }

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