#8038BA

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

Shades of Dark Orchid #8038BA

Tints of Dark Orchid #8038BA

Color information

#8038BA (or 0x8038BA) is unknown color: approx Dark Orchid. HEX triplet: 80, 38 and BA. RGB value is (128,56,186). Sum of RGB (Red+Green+Blue) = 128+56+186=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #8038BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8038BA is #7FC745. Grayscale: #5B5B5B. Windows color (decimal): -8374086 or 12204160. OLE color: 12204160.

HSL color Cylindrical-coordinate representation of color #8038BA: hue angle of 273.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8038BA is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12856186-
CMYK0.310.7000.27
HSL273.23º53.72%47.45%-
HSV(B)273.23º69.89%72.94%-
XYZ19.1810.9647.56-
YUV92.35180.85153.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 56 (22.27% from 255) = 15.14%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=34.59%
G=15.14%
B=50.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128561860.310.7000.27273.2353.7247.45
Hex8038BA1F4601B111362f
Octal20070272371060334216657
Binary1000000011100010111010111111000110011011100010001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8038BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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