#812EC8

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

Shades of Dark Orchid #812EC8

Tints of Dark Orchid #812EC8

Color information

#812EC8 (or 0x812EC8) is unknown color: approx Dark Orchid. HEX triplet: 81, 2E and C8. RGB value is (129,46,200). Sum of RGB (Red+Green+Blue) = 129+46+200=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #812EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812EC8 is #7ED137. Grayscale: #575757. Windows color (decimal): -8311096 or 13119105. OLE color: 13119105.

HSL color Cylindrical-coordinate representation of color #812EC8: hue angle of 272.34º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #812EC8 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12946200-
CMYK0.360.7700.22
HSL272.34º62.6%48.24%-
HSV(B)272.34º77%78.43%-
XYZ20.4610.7955.65-
YUV88.37191156.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 46 (18.36% from 255) = 12.27%
BLUE value IS 200 (78.52% from 255) = 53.33%
R=34.4%
G=12.27%
B=53.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129462000.360.7700.22272.3462.648.24
Hex812EC8244D0161103f30
Octal20156310441150264207760
Binary10000001101110110010001001001001101010110100010000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812EC8; }

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

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

<style>
 a { background-color: #812EC8; }

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

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

<style>
 span { border-color: #812EC8; }

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

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