#8319B6

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

Shades of Dark Orchid #8319B6

Tints of Dark Orchid #8319B6

Color information

#8319B6 (or 0x8319B6) is unknown color: approx Dark Orchid. HEX triplet: 83, 19 and B6. RGB value is (131,25,182). Sum of RGB (Red+Green+Blue) = 131+25+182=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #8319B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8319B6 is #7CE649. Grayscale: #4A4A4A. Windows color (decimal): -8185418 or 11934083. OLE color: 11934083.

HSL color Cylindrical-coordinate representation of color #8319B6: hue angle of 280.51º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8319B6 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13125182-
CMYK0.280.8600.29
HSL280.51º75.85%40.59%-
HSV(B)280.51º86.26%71.37%-
XYZ18.158.945.02-
YUV74.59188.62168.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 25 (10.16% from 255) = 7.40%
BLUE value IS 182 (71.48% from 255) = 53.85%
R=38.76%
G=7.40%
B=53.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131251820.280.8600.29280.5175.8540.59
Hex8319B61C5601D1194c29
Octal203312663412603543111451
Binary1000001111001101101101110010101100111011000110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8319B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8319B6; }

 p { color: rgb(131,25,182); }

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

<style>
 a { background-color: #8319B6; }

 a { background-color: rgb(131,25,182); }

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

<style>
 span { border-color: #8319B6; }

 span { border-color: rgb(131,25,182); }

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