#811FC5

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

Shades of Dark Orchid #811FC5

Tints of Dark Orchid #811FC5

Color information

#811FC5 (or 0x811FC5) is unknown color: approx Dark Orchid. HEX triplet: 81, 1F and C5. RGB value is (129,31,197). Sum of RGB (Red+Green+Blue) = 129+31+197=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #811FC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811FC5 is #7EE03A. Grayscale: #4E4E4E. Windows color (decimal): -8314939 or 12918657. OLE color: 12918657.

HSL color Cylindrical-coordinate representation of color #811FC5: hue angle of 275.42º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811FC5 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12931197-
CMYK0.350.8400.23
HSL275.42º72.81%44.71%-
HSV(B)275.42º84.26%77.25%-
XYZ19.629.6853.66-
YUV79.23194.47163.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 31 (12.5% from 255) = 8.68%
BLUE value IS 197 (77.34% from 255) = 55.18%
R=36.13%
G=8.68%
B=55.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal129311970.350.8400.23275.4272.8144.71
Hex811FC52354017113492d
Octal201373054312402742311155
Binary10000001111111100010110001110101000101111000100111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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