#813CBB

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

Shades of Dark Orchid #813CBB

Tints of Dark Orchid #813CBB

Color information

#813CBB (or 0x813CBB) is unknown color: approx Dark Orchid. HEX triplet: 81, 3C and BB. RGB value is (129,60,187). Sum of RGB (Red+Green+Blue) = 129+60+187=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #813CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813CBB is #7EC344. Grayscale: #5E5E5E. Windows color (decimal): -8307525 or 12270721. OLE color: 12270721.

HSL color Cylindrical-coordinate representation of color #813CBB: hue angle of 272.6º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #813CBB is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12960187-
CMYK0.310.6800.27
HSL272.6º51.42%48.43%-
HSV(B)272.6º67.91%73.33%-
XYZ19.6411.4948.2-
YUV95.11179.86152.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 60 (23.83% from 255) = 15.96%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=34.31%
G=15.96%
B=49.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129601870.310.6800.27272.651.4248.43
Hex813CBB1F4401B1113330
Octal20174273371040334216360
Binary1000000111110010111011111111000100011011100010001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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