#89147B

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

Shades of Dark Purple #89147B

Tints of Dark Purple #89147B

Color information

#89147B (or 0x89147B) is unknown color: approx Dark Purple. HEX triplet: 89, 14 and 7B. RGB value is (137,20,123). Sum of RGB (Red+Green+Blue) = 137+20+123=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89147B is #76EB84. Grayscale: #424242. Windows color (decimal): -7793541 or 8066185. OLE color: 8066185.

HSL color Cylindrical-coordinate representation of color #89147B: hue angle of 307.18º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89147B is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB13720123-
CMYK00.850.100.46
HSL307.18º74.52%30.78%-
HSV(B)307.18º85.4%53.73%-
XYZ14.147.2519.39-
YUV66.73159.76178.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.93%
GREEN value IS 20 (8.20% from 255) = 7.14%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=48.93%
G=7.14%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372012300.850.100.46307.1874.5230.78
Hex89147B055A2E1334b1f
Octal211241730125125646311337
Binary10001001101001111011010101011010101110100110011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89147B; }

 p { color: rgb(137,20,123); }

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

<style>
 a { background-color: #89147B; }

 a { background-color: rgb(137,20,123); }

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

<style>
 span { border-color: #89147B; }

 span { border-color: rgb(137,20,123); }

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