#813ACA

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

Shades of Dark Orchid #813ACA

Tints of Dark Orchid #813ACA

Color information

#813ACA (or 0x813ACA) is unknown color: approx Dark Orchid. HEX triplet: 81, 3A and CA. RGB value is (129,58,202). Sum of RGB (Red+Green+Blue) = 129+58+202=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #813ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813ACA is #7EC535. Grayscale: #5F5F5F. Windows color (decimal): -8308022 or 13253249. OLE color: 13253249.

HSL color Cylindrical-coordinate representation of color #813ACA: hue angle of 269.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #813ACA is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12958202-
CMYK0.360.7100.21
HSL269.58º57.6%50.98%-
HSV(B)269.58º71.29%79.22%-
XYZ21.2311.9657.07-
YUV95.64188.02151.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.16%
GREEN value IS 58 (23.05% from 255) = 14.91%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=33.16%
G=14.91%
B=51.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129582020.360.7100.21269.5857.650.98
Hex813ACA244701510e3a33
Octal20172312441070254167263
Binary10000001111010110010101001001000111010101100001110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,58,202); }

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

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

 a { background-color: rgb(129,58,202); }

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

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

 span { border-color: rgb(129,58,202); }

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