#8021BA

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

Shades of Dark Orchid #8021BA

Tints of Dark Orchid #8021BA

Color information

#8021BA (or 0x8021BA) is unknown color: approx Dark Orchid. HEX triplet: 80, 21 and BA. RGB value is (128,33,186). Sum of RGB (Red+Green+Blue) = 128+33+186=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #8021BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8021BA is #7FDE45. Grayscale: #4E4E4E. Windows color (decimal): -8379974 or 12198272. OLE color: 12198272.

HSL color Cylindrical-coordinate representation of color #8021BA: hue angle of 277.25º 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 #8021BA is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12833186-
CMYK0.310.8200.27
HSL277.25º69.86%42.94%-
HSV(B)277.25º82.26%72.94%-
XYZ18.319.2247.27-
YUV78.85188.47163.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 33 (13.28% from 255) = 9.51%
BLUE value IS 186 (73.05% from 255) = 53.60%
R=36.89%
G=9.51%
B=53.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128331860.310.8200.27277.2569.8642.94
Hex8021BA1F5201B115462b
Octal200412723712203342510653
Binary10000000100001101110101111110100100110111000101011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8021BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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