#8322BD

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

Shades of Dark Orchid #8322BD

Tints of Dark Orchid #8322BD

Color information

#8322BD (or 0x8322BD) is unknown color: approx Dark Orchid. HEX triplet: 83, 22 and BD. RGB value is (131,34,189). Sum of RGB (Red+Green+Blue) = 131+34+189=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #8322BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8322BD is #7CDD42. Grayscale: #505050. Windows color (decimal): -8183107 or 12395139. OLE color: 12395139.

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

Color convert

RGB13134189-
CMYK0.310.8200.26
HSL277.55º69.51%43.73%-
HSV(B)277.55º82.01%74.12%-
XYZ19.129.6449-
YUV80.67189.14163.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 34 (13.67% from 255) = 9.60%
BLUE value IS 189 (74.22% from 255) = 53.39%
R=37.01%
G=9.60%
B=53.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131341890.310.8200.26277.5569.5143.73
Hex8322BD1F5201A116462c
Octal203422753712203242610654
Binary10000011100010101111011111110100100110101000101101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8322BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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