#8B237D

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

Shades of Dark Purple #8B237D

Tints of Dark Purple #8B237D

Color information

#8B237D (or 0x8B237D) is unknown color: approx Dark Purple. HEX triplet: 8B, 23 and 7D. RGB value is (139,35,125). Sum of RGB (Red+Green+Blue) = 139+35+125=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B237D is #74DC82. Grayscale: #4C4C4C. Windows color (decimal): -7658627 or 8201099. OLE color: 8201099.

HSL color Cylindrical-coordinate representation of color #8B237D: hue angle of 308.08º 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 #8B237D is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB13935125-
CMYK00.750.100.45
HSL308.08º59.77%34.12%-
HSV(B)308.08º74.82%54.51%-
XYZ14.958.1720.19-
YUV76.36155.46172.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 125 (49.22% from 255) = 41.81%
R=46.49%
G=11.71%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393512500.750.100.45308.0859.7734.12
Hex8B237D04BA2D1343c22
Octal21343175011312554647442
Binary100010111000111111101010010111010101101100110100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B237D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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