#8321B9

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

Shades of Dark Orchid #8321B9

Tints of Dark Orchid #8321B9

Color information

#8321B9 (or 0x8321B9) is unknown color: approx Dark Orchid. HEX triplet: 83, 21 and B9. RGB value is (131,33,185). Sum of RGB (Red+Green+Blue) = 131+33+185=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #8321B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8321B9 is #7CDE46. Grayscale: #4F4F4F. Windows color (decimal): -8183367 or 12132739. OLE color: 12132739.

HSL color Cylindrical-coordinate representation of color #8321B9: hue angle of 278.68º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8321B9 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13133185-
CMYK0.290.8200.27
HSL278.68º69.72%42.75%-
HSV(B)278.68º82.16%72.55%-
XYZ18.669.4246.73-
YUV79.63187.47164.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.54%
GREEN value IS 33 (13.28% from 255) = 9.46%
BLUE value IS 185 (72.66% from 255) = 53.01%
R=37.54%
G=9.46%
B=53.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131331850.290.8200.27278.6869.7242.75
Hex8321B91D5201B117462b
Octal203412713512203342710653
Binary10000011100001101110011110110100100110111000101111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8321B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8321B9; }

 p { color: rgb(131,33,185); }

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

<style>
 a { background-color: #8321B9; }

 a { background-color: rgb(131,33,185); }

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

<style>
 span { border-color: #8321B9; }

 span { border-color: rgb(131,33,185); }

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