#8940BE

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

Shades of Dark Orchid #8940BE

Tints of Dark Orchid #8940BE

Color information

#8940BE (or 0x8940BE) is unknown color: approx Dark Orchid. HEX triplet: 89, 40 and BE. RGB value is (137,64,190). Sum of RGB (Red+Green+Blue) = 137+64+190=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #8940BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8940BE is #76BF41. Grayscale: #636363. Windows color (decimal): -7782210 or 12468361. OLE color: 12468361.

HSL color Cylindrical-coordinate representation of color #8940BE: hue angle of 274.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8940BE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13764190-
CMYK0.280.6600.25
HSL274.76º49.61%49.8%-
HSV(B)274.76º66.32%74.51%-
XYZ21.4412.750.04-
YUV100.19178.68154.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.04%
GREEN value IS 64 (25.39% from 255) = 16.37%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=35.04%
G=16.37%
B=48.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137641900.280.6600.25274.7649.6149.8
Hex8940BE1C420191133232
Octal211100276341020314236262
Binary10001001100000010111110111001000010011001100010011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8940BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8940BE; }

 p { color: rgb(137,64,190); }

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

<style>
 a { background-color: #8940BE; }

 a { background-color: rgb(137,64,190); }

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

<style>
 span { border-color: #8940BE; }

 span { border-color: rgb(137,64,190); }

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