#8B40C5

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

Shades of Dark Orchid #8B40C5

Tints of Dark Orchid #8B40C5

Color information

#8B40C5 (or 0x8B40C5) is unknown color: approx Dark Orchid. HEX triplet: 8B, 40 and C5. RGB value is (139,64,197). Sum of RGB (Red+Green+Blue) = 139+64+197=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 197 (77.34% from 255 or 49.25% from 400); Max value from RGB is 197 - color contains mainly: blue. Hex color #8B40C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B40C5 is #74BF3A. Grayscale: #656565. Windows color (decimal): -7651131 or 12927115. OLE color: 12927115.

HSL color Cylindrical-coordinate representation of color #8B40C5: hue angle of 273.83º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B40C5 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13964197-
CMYK0.290.6800.23
HSL273.83º53.41%51.18%-
HSV(B)273.83º67.51%77.25%-
XYZ22.5613.1954.18-
YUV101.59181.85154.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.75%
GREEN value IS 64 (25.39% from 255) = 16%
BLUE value IS 197 (77.34% from 255) = 49.25%
R=34.75%
G=16%
B=49.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal139641970.290.6800.23273.8353.4151.18
Hex8B40C51D440171123533
Octal213100305351040274226563
Binary10001011100000011000101111011000100010111100010010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B40C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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