#8021B8

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

Shades of Dark Orchid #8021B8

Tints of Dark Orchid #8021B8

Color information

#8021B8 (or 0x8021B8) is unknown color: approx Dark Orchid. HEX triplet: 80, 21 and B8. RGB value is (128,33,184). Sum of RGB (Red+Green+Blue) = 128+33+184=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #8021B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8021B8 is #7FDE47. Grayscale: #4E4E4E. Windows color (decimal): -8379976 or 12067200. OLE color: 12067200.

HSL color Cylindrical-coordinate representation of color #8021B8: hue angle of 277.75º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8021B8 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12833184-
CMYK0.300.8200.28
HSL277.75º69.59%42.55%-
HSV(B)277.75º82.07%72.16%-
XYZ18.19.1446.16-
YUV78.62187.47163.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 33 (13.28% from 255) = 9.57%
BLUE value IS 184 (72.27% from 255) = 53.33%
R=37.10%
G=9.57%
B=53.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128331840.300.8200.28277.7569.5942.55
Hex8021B81E5201C116462b
Octal200412703612203442610653
Binary10000000100001101110001111010100100111001000101101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8021B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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