#8B227E

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

Shades of Dark Purple #8B227E

Tints of Dark Purple #8B227E

Color information

#8B227E (or 0x8B227E) is unknown color: approx Dark Purple. HEX triplet: 8B, 22 and 7E. RGB value is (139,34,126). Sum of RGB (Red+Green+Blue) = 139+34+126=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B227E is #74DD81. Grayscale: #4B4B4B. Windows color (decimal): -7658882 or 8266379. OLE color: 8266379.

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

Color convert

RGB13934126-
CMYK00.760.090.45
HSL307.43º60.69%33.92%-
HSV(B)307.43º75.54%54.51%-
XYZ14.998.1420.52-
YUV75.88156.29173.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=46.49%
G=11.37%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393412600.760.090.45307.4360.6933.92
Hex8B227E04C92D1333d22
Octal21342176011411554637542
Binary100010111000101111110010011001001101101100110011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B227E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,34,126); }

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

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

 a { background-color: rgb(139,34,126); }

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

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

 span { border-color: rgb(139,34,126); }

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