#813FC4

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

Shades of Dark Orchid #813FC4

Tints of Dark Orchid #813FC4

Color information

#813FC4 (or 0x813FC4) is unknown color: approx Dark Orchid. HEX triplet: 81, 3F and C4. RGB value is (129,63,196). Sum of RGB (Red+Green+Blue) = 129+63+196=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #813FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813FC4 is #7EC03B. Grayscale: #616161. Windows color (decimal): -8306748 or 12861313. OLE color: 12861313.

HSL color Cylindrical-coordinate representation of color #813FC4: hue angle of 269.77º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #813FC4 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12963196-
CMYK0.340.6800.23
HSL269.77º52.99%50.78%-
HSV(B)269.77º67.86%76.86%-
XYZ20.7912.2153.48-
YUV97.9183.37150.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.25%
GREEN value IS 63 (25% from 255) = 16.24%
BLUE value IS 196 (76.95% from 255) = 50.52%
R=33.25%
G=16.24%
B=50.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal129631960.340.6800.23269.7752.9950.78
Hex813FC4224401710e3533
Octal20177304421040274166563
Binary10000001111111110001001000101000100010111100001110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,63,196); }

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

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

 a { background-color: rgb(129,63,196); }

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

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

 span { border-color: rgb(129,63,196); }

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