#8340C6

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

Shades of Dark Orchid #8340C6

Tints of Dark Orchid #8340C6

Color information

#8340C6 (or 0x8340C6) is unknown color: approx Dark Orchid. HEX triplet: 83, 40 and C6. RGB value is (131,64,198). Sum of RGB (Red+Green+Blue) = 131+64+198=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #8340C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8340C6 is #7CBF39. Grayscale: #626262. Windows color (decimal): -8175418 or 12992643. OLE color: 12992643.

HSL color Cylindrical-coordinate representation of color #8340C6: hue angle of 270º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8340C6 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13164198-
CMYK0.340.6800.22
HSL270º54.03%51.37%-
HSV(B)270º67.68%77.65%-
XYZ21.3912.5754.73-
YUV99.31183.7150.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 16.28%
BLUE value IS 198 (77.73% from 255) = 50.38%
R=33.33%
G=16.28%
B=50.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131641980.340.6800.2227054.0351.37
Hex8340C6224401610e3633
Octal203100306421040264166663
Binary100000111000000110001101000101000100010110100001110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8340C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8340C6; }

 p { color: rgb(131,64,198); }

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

<style>
 a { background-color: #8340C6; }

 a { background-color: rgb(131,64,198); }

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

<style>
 span { border-color: #8340C6; }

 span { border-color: rgb(131,64,198); }

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