#8340BD

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

Shades of Dark Orchid #8340BD

Tints of Dark Orchid #8340BD

Color information

#8340BD (or 0x8340BD) is unknown color: approx Dark Orchid. HEX triplet: 83, 40 and BD. RGB value is (131,64,189). Sum of RGB (Red+Green+Blue) = 131+64+189=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #8340BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8340BD is #7CBF42. Grayscale: #616161. Windows color (decimal): -8175427 or 12402819. OLE color: 12402819.

HSL color Cylindrical-coordinate representation of color #8340BD: hue angle of 272.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8340BD is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13164189-
CMYK0.310.6600.26
HSL272.16º49.41%49.61%-
HSV(B)272.16º66.14%74.12%-
XYZ20.3812.1749.42-
YUV98.28179.2151.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.11%
GREEN value IS 64 (25.39% from 255) = 16.67%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=34.11%
G=16.67%
B=49.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131641890.310.6600.26272.1649.4149.61
Hex8340BD1F4201A1103132
Octal203100275371020324206162
Binary10000011100000010111101111111000010011010100010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8340BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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