#89317B

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

Shades of Dark Purple #89317B

Tints of Dark Purple #89317B

Color information

#89317B (or 0x89317B) is unknown color: approx Dark Purple. HEX triplet: 89, 31 and 7B. RGB value is (137,49,123). Sum of RGB (Red+Green+Blue) = 137+49+123=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #89317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89317B is #76CE84. Grayscale: #535353. Windows color (decimal): -7786117 or 8073609. OLE color: 8073609.

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

Color convert

RGB13749123-
CMYK00.640.100.46
HSL309.55º47.31%36.47%-
HSV(B)309.55º64.23%53.73%-
XYZ14.998.9519.68-
YUV83.75150.15165.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=44.34%
G=15.86%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374912300.640.100.46309.5547.3136.47
Hex89317B040A2E1362f24
Octal21161173010012564665744
Binary100010011100011111011010000001010101110100110110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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