#8B236F

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

Shades of Dark Purple #8B236F

Tints of Dark Purple #8B236F

Color information

#8B236F (or 0x8B236F) is unknown color: approx Dark Purple. HEX triplet: 8B, 23 and 6F. RGB value is (139,35,111). Sum of RGB (Red+Green+Blue) = 139+35+111=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B236F is #74DC90. Grayscale: #4A4A4A. Windows color (decimal): -7658641 or 7283595. OLE color: 7283595.

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

Color convert

RGB13935111-
CMYK00.750.200.45
HSL316.15º59.77%34.12%-
HSV(B)316.15º74.82%54.51%-
XYZ14.127.8415.81-
YUV74.76148.46173.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=48.77%
G=12.28%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393511100.750.200.45316.1559.7734.12
Hex8B236F04B142D13c3c22
Octal21343157011324554747442
Binary1000101110001111011110100101110100101101100111100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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