#8329BA

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

Shades of Dark Orchid #8329BA

Tints of Dark Orchid #8329BA

Color information

#8329BA (or 0x8329BA) is unknown color: approx Dark Orchid. HEX triplet: 83, 29 and BA. RGB value is (131,41,186). Sum of RGB (Red+Green+Blue) = 131+41+186=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #8329BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8329BA is #7CD645. Grayscale: #535353. Windows color (decimal): -8181318 or 12200323. OLE color: 12200323.

HSL color Cylindrical-coordinate representation of color #8329BA: hue angle of 277.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8329BA is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13141186-
CMYK0.300.7800.27
HSL277.24º63.88%44.51%-
HSV(B)277.24º77.96%72.94%-
XYZ19.029.9647.37-
YUV84.44185.32161.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 41 (16.41% from 255) = 11.45%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=36.59%
G=11.45%
B=51.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131411860.300.7800.27277.2463.8844.51
Hex8329BA1E4E01B115402d
Octal203512723611603342510055
Binary10000011101001101110101111010011100110111000101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8329BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8329BA; }

 p { color: rgb(131,41,186); }

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

<style>
 a { background-color: #8329BA; }

 a { background-color: rgb(131,41,186); }

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

<style>
 span { border-color: #8329BA; }

 span { border-color: rgb(131,41,186); }

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