#813EBF

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

Shades of Dark Orchid #813EBF

Tints of Dark Orchid #813EBF

Color information

#813EBF (or 0x813EBF) is unknown color: approx Dark Orchid. HEX triplet: 81, 3E and BF. RGB value is (129,62,191). Sum of RGB (Red+Green+Blue) = 129+62+191=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #813EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813EBF is #7EC140. Grayscale: #606060. Windows color (decimal): -8307009 or 12533377. OLE color: 12533377.

HSL color Cylindrical-coordinate representation of color #813EBF: hue angle of 271.16º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #813EBF is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12962191-
CMYK0.320.6800.25
HSL271.16º50.99%49.61%-
HSV(B)271.16º67.54%74.9%-
XYZ20.1811.8750.52-
YUV96.74181.2151.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 191 (75% from 255) = 50%
R=33.77%
G=16.23%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129621910.320.6800.25271.1650.9949.61
Hex813EBF204401910f3332
Octal20176277401040314176362
Binary10000001111110101111111000001000100011001100001111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813EBF; }

 p { color: rgb(129,62,191); }

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

<style>
 a { background-color: #813EBF; }

 a { background-color: rgb(129,62,191); }

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

<style>
 span { border-color: #813EBF; }

 span { border-color: rgb(129,62,191); }

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