#8840BE

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

Shades of Dark Orchid #8840BE

Tints of Dark Orchid #8840BE

Color information

#8840BE (or 0x8840BE) is unknown color: approx Dark Orchid. HEX triplet: 88, 40 and BE. RGB value is (136,64,190). Sum of RGB (Red+Green+Blue) = 136+64+190=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #8840BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8840BE is #77BF41. Grayscale: #636363. Windows color (decimal): -7847746 or 12468360. OLE color: 12468360.

HSL color Cylindrical-coordinate representation of color #8840BE: hue angle of 274.29º 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 #8840BE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13664190-
CMYK0.280.6600.25
HSL274.29º49.61%49.8%-
HSV(B)274.29º66.32%74.51%-
XYZ21.2812.6250.03-
YUV99.89178.85153.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 64 (25.39% from 255) = 16.41%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=34.87%
G=16.41%
B=48.72%

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
Decimal136641900.280.6600.25274.2949.6149.8
Hex8840BE1C420191123232
Octal210100276341020314226262
Binary10001000100000010111110111001000010011001100010010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8840BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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