#8039BA

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

Shades of Dark Orchid #8039BA

Tints of Dark Orchid #8039BA

Color information

#8039BA (or 0x8039BA) is unknown color: approx Dark Orchid. HEX triplet: 80, 39 and BA. RGB value is (128,57,186). Sum of RGB (Red+Green+Blue) = 128+57+186=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #8039BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8039BA is #7FC645. Grayscale: #5C5C5C. Windows color (decimal): -8373830 or 12204416. OLE color: 12204416.

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

Color convert

RGB12857186-
CMYK0.310.6900.27
HSL273.02º53.09%47.65%-
HSV(B)273.02º69.35%72.94%-
XYZ19.2311.0647.58-
YUV92.94180.52153.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.50%
GREEN value IS 57 (22.66% from 255) = 15.36%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=34.50%
G=15.36%
B=50.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128571860.310.6900.27273.0253.0947.65
Hex8039BA1F4501B1113530
Octal20071272371050334216560
Binary1000000011100110111010111111000101011011100010001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8039BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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