#8B067D

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

Shades of Purple #8B067D

Tints of Purple #8B067D

Color information

#8B067D (or 0x8B067D) is unknown color: approx Purple. HEX triplet: 8B, 06 and 7D. RGB value is (139,6,125). Sum of RGB (Red+Green+Blue) = 139+6+125=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B067D is #74F982. Grayscale: #3A3A3A. Windows color (decimal): -7666051 or 8193675. OLE color: 8193675.

HSL color Cylindrical-coordinate representation of color #8B067D: hue angle of 306.32º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B067D is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB1396125-
CMYK00.960.100.45
HSL306.32º91.72%28.43%-
HSV(B)306.32º95.68%54.51%-
XYZ14.417.120.01-
YUV59.33165.06184.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 6 (2.73% from 255) = 2.22%
BLUE value IS 125 (49.22% from 255) = 46.30%
R=51.48%
G=2.22%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139612500.960.100.45306.3291.7228.43
Hex8B67D060A2D1325c1c
Octal21361750140125546213434
Binary100010111101111101011000001010101101100110010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,6,125); }

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

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

 a { background-color: rgb(139,6,125); }

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

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

 span { border-color: rgb(139,6,125); }

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