#8B40CE

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

Shades of Dark Orchid #8B40CE

Tints of Dark Orchid #8B40CE

Color information

#8B40CE (or 0x8B40CE) is unknown color: approx Dark Orchid. HEX triplet: 8B, 40 and CE. RGB value is (139,64,206). Sum of RGB (Red+Green+Blue) = 139+64+206=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B40CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B40CE is #74BF31. Grayscale: #666666. Windows color (decimal): -7651122 or 13516939. OLE color: 13516939.

HSL color Cylindrical-coordinate representation of color #8B40CE: hue angle of 271.69º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B40CE is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13964206-
CMYK0.330.6900.19
HSL271.69º59.17%52.94%-
HSV(B)271.69º68.93%80.78%-
XYZ23.6213.6159.77-
YUV102.61186.35153.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.99%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 206 (80.86% from 255) = 50.37%
R=33.99%
G=15.65%
B=50.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal139642060.330.6900.19271.6959.1752.94
Hex8B40CE21450131103b35
Octal213100316411050234207365
Binary100010111000000110011101000011000101010011100010000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B40CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B40CE; }

 p { color: rgb(139,64,206); }

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

<style>
 a { background-color: #8B40CE; }

 a { background-color: rgb(139,64,206); }

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

<style>
 span { border-color: #8B40CE; }

 span { border-color: rgb(139,64,206); }

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