#8B237C

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

Shades of Dark Purple #8B237C

Tints of Dark Purple #8B237C

Color information

#8B237C (or 0x8B237C) is unknown color: approx Dark Purple. HEX triplet: 8B, 23 and 7C. RGB value is (139,35,124). Sum of RGB (Red+Green+Blue) = 139+35+124=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B237C is #74DC83. Grayscale: #4B4B4B. Windows color (decimal): -7658628 or 8135563. OLE color: 8135563.

HSL color Cylindrical-coordinate representation of color #8B237C: hue angle of 308.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B237C is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB13935124-
CMYK00.750.110.45
HSL308.65º59.77%34.12%-
HSV(B)308.65º74.82%54.51%-
XYZ14.898.1519.86-
YUV76.24154.96172.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 35 (14.06% from 255) = 11.74%
BLUE value IS 124 (48.83% from 255) = 41.61%
R=46.64%
G=11.74%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393512400.750.110.45308.6559.7734.12
Hex8B237C04BB2D1353c22
Octal21343174011313554657442
Binary100010111000111111100010010111011101101100110101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,35,124); }

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

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

 a { background-color: rgb(139,35,124); }

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

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

 span { border-color: rgb(139,35,124); }

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