#8B1B74

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

Shades of Dark Purple #8B1B74

Tints of Dark Purple #8B1B74

Color information

#8B1B74 (or 0x8B1B74) is unknown color: approx Dark Purple. HEX triplet: 8B, 1B and 74. RGB value is (139,27,116). Sum of RGB (Red+Green+Blue) = 139+27+116=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1B74 is #74E48B. Grayscale: #464646. Windows color (decimal): -7660684 or 7609227. OLE color: 7609227.

HSL color Cylindrical-coordinate representation of color #8B1B74: hue angle of 312.32º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1B74 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB13927116-
CMYK00.810.170.45
HSL312.32º67.47%32.55%-
HSV(B)312.32º80.58%54.51%-
XYZ14.197.5317.23-
YUV70.63153.61176.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 116 (45.70% from 255) = 41.13%
R=49.29%
G=9.57%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392711600.810.170.45312.3267.4732.55
Hex8B1B74051112D1384321
Octal213331640121215547010341
Binary1000101111011111010001010001100011011011001110001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,27,116); }

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

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

 a { background-color: rgb(139,27,116); }

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

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

 span { border-color: rgb(139,27,116); }

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