#8B39B4

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

Shades of Dark Orchid #8B39B4

Tints of Dark Orchid #8B39B4

Color information

#8B39B4 (or 0x8B39B4) is unknown color: approx Dark Orchid. HEX triplet: 8B, 39 and B4. RGB value is (139,57,180). Sum of RGB (Red+Green+Blue) = 139+57+180=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #8B39B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B39B4 is #74C64B. Grayscale: #5F5F5F. Windows color (decimal): -7652940 or 11811211. OLE color: 11811211.

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

Color convert

RGB13957180-
CMYK0.230.6800.29
HSL280º51.9%46.47%-
HSV(B)280º68.33%70.59%-
XYZ20.3511.7144.37-
YUV95.54175.67159-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 57 (22.66% from 255) = 15.16%
BLUE value IS 180 (70.70% from 255) = 47.87%
R=36.97%
G=15.16%
B=47.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139571800.230.6800.2928051.946.47
Hex8B39B4174401D118342e
Octal21371264271040354306456
Binary1000101111100110110100101111000100011101100011000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B39B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,57,180); }

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

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

 a { background-color: rgb(139,57,180); }

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

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

 span { border-color: rgb(139,57,180); }

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