#813BC8

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

Shades of Dark Orchid #813BC8

Tints of Dark Orchid #813BC8

Color information

#813BC8 (or 0x813BC8) is unknown color: approx Dark Orchid. HEX triplet: 81, 3B and C8. RGB value is (129,59,200). Sum of RGB (Red+Green+Blue) = 129+59+200=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #813BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813BC8 is #7EC437. Grayscale: #5F5F5F. Windows color (decimal): -8307768 or 13122433. OLE color: 13122433.

HSL color Cylindrical-coordinate representation of color #813BC8: hue angle of 269.79º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #813BC8 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12959200-
CMYK0.360.7000.22
HSL269.79º56.18%50.78%-
HSV(B)269.79º70.5%78.43%-
XYZ21.0411.9755.84-
YUV96186.69151.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.25%
GREEN value IS 59 (23.44% from 255) = 15.21%
BLUE value IS 200 (78.52% from 255) = 51.55%
R=33.25%
G=15.21%
B=51.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129592000.360.7000.22269.7956.1850.78
Hex813BC8244601610e3833
Octal20173310441060264167063
Binary10000001111011110010001001001000110010110100001110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,59,200); }

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

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

 a { background-color: rgb(129,59,200); }

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

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

 span { border-color: rgb(129,59,200); }

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