#8B238D

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

Shades of Dark Purple #8B238D

Tints of Dark Purple #8B238D

Color information

#8B238D (or 0x8B238D) is unknown color: approx Dark Purple. HEX triplet: 8B, 23 and 8D. RGB value is (139,35,141). Sum of RGB (Red+Green+Blue) = 139+35+141=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B238D is #74DC72. Grayscale: #4D4D4D. Windows color (decimal): -7658611 or 9249675. OLE color: 9249675.

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

Color convert

RGB13935141-
CMYK0.010.7500.45
HSL298.87º60.23%34.51%-
HSV(B)298.87º75.18%55.29%-
XYZ16.068.6126.02-
YUV78.18163.46171.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 35 (14.06% from 255) = 11.11%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=44.13%
G=11.11%
B=44.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139351410.010.7500.45298.8760.2334.51
Hex8B238D14B02D12b3c23
Octal2134321511130554537443
Binary1000101110001110001101110010110101101100101011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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