#8031BA

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

Shades of Dark Orchid #8031BA

Tints of Dark Orchid #8031BA

Color information

#8031BA (or 0x8031BA) is unknown color: approx Dark Orchid. HEX triplet: 80, 31 and BA. RGB value is (128,49,186). Sum of RGB (Red+Green+Blue) = 128+49+186=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #8031BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8031BA is #7FCE45. Grayscale: #575757. Windows color (decimal): -8375878 or 12202368. OLE color: 12202368.

HSL color Cylindrical-coordinate representation of color #8031BA: hue angle of 274.6º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8031BA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12849186-
CMYK0.310.7400.27
HSL274.6º58.3%46.08%-
HSV(B)274.6º73.66%72.94%-
XYZ18.8610.3347.45-
YUV88.24183.17156.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 49 (19.53% from 255) = 13.50%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=35.26%
G=13.50%
B=51.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128491860.310.7400.27274.658.346.08
Hex8031BA1F4A01B1133a2e
Octal20061272371120334237256
Binary1000000011000110111010111111001010011011100010011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8031BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,49,186); }

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

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

 a { background-color: rgb(128,49,186); }

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

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

 span { border-color: rgb(128,49,186); }

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