#8B39B1

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

Shades of Dark Orchid #8B39B1

Tints of Dark Orchid #8B39B1

Color information

#8B39B1 (or 0x8B39B1) is unknown color: approx Dark Orchid. HEX triplet: 8B, 39 and B1. RGB value is (139,57,177). Sum of RGB (Red+Green+Blue) = 139+57+177=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #8B39B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B39B1 is #74C64E. Grayscale: #5E5E5E. Windows color (decimal): -7652943 or 11614603. OLE color: 11614603.

HSL color Cylindrical-coordinate representation of color #8B39B1: hue angle of 281º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B39B1 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13957177-
CMYK0.210.6800.31
HSL281º51.28%45.88%-
HSV(B)281º67.8%69.41%-
XYZ20.0511.5942.78-
YUV95.2174.17159.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=37.27%
G=15.28%
B=47.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139571770.210.6800.3128151.2845.88
Hex8B39B1154401F119332e
Octal21371261251040374316356
Binary1000101111100110110001101011000100011111100011001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B39B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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