#8440BE

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

Shades of Dark Orchid #8440BE

Tints of Dark Orchid #8440BE

Color information

#8440BE (or 0x8440BE) is unknown color: approx Dark Orchid. HEX triplet: 84, 40 and BE. RGB value is (132,64,190). Sum of RGB (Red+Green+Blue) = 132+64+190=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #8440BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8440BE is #7BBF41. Grayscale: #626262. Windows color (decimal): -8109890 or 12468356. OLE color: 12468356.

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

Color convert

RGB13264190-
CMYK0.310.6600.25
HSL272.38º49.61%49.8%-
HSV(B)272.38º66.32%74.51%-
XYZ20.6412.2950-
YUV98.7179.53151.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 64 (25.39% from 255) = 16.58%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=34.20%
G=16.58%
B=49.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132641900.310.6600.25272.3849.6149.8
Hex8440BE1F420191103232
Octal204100276371020314206262
Binary10000100100000010111110111111000010011001100010000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8440BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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