#8B228E

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

Shades of Dark Purple #8B228E

Tints of Dark Purple #8B228E

Color information

#8B228E (or 0x8B228E) is unknown color: approx Dark Purple. HEX triplet: 8B, 22 and 8E. RGB value is (139,34,142). Sum of RGB (Red+Green+Blue) = 139+34+142=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B228E is #74DD71. Grayscale: #4D4D4D. Windows color (decimal): -7658866 or 9314955. OLE color: 9314955.

HSL color Cylindrical-coordinate representation of color #8B228E: hue angle of 298.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B228E is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13934142-
CMYK0.020.7600.44
HSL298.33º61.36%34.51%-
HSV(B)298.33º76.06%55.69%-
XYZ16.18.5926.4-
YUV77.71164.29171.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 34 (13.67% from 255) = 10.79%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=44.13%
G=10.79%
B=45.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139341420.020.7600.44298.3361.3634.51
Hex8B228E24C02C12a3d23
Octal2134221621140544527543
Binary10001011100010100011101010011000101100100101010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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