#89288B

Color #89288B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #89288B

Tints of Vivid Violet #89288B

Color information

#89288B (or 0x89288B) is unknown color: approx Vivid Violet. HEX triplet: 89, 28 and 8B. RGB value is (137,40,139). Sum of RGB (Red+Green+Blue) = 137+40+139=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #89288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89288B is #76D774. Grayscale: #4F4F4F. Windows color (decimal): -7788405 or 9119881. OLE color: 9119881.

HSL color Cylindrical-coordinate representation of color #89288B: hue angle of 298.79º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89288B is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13740139-
CMYK0.010.7100.45
HSL298.79º55.31%35.1%-
HSV(B)298.79º71.22%54.51%-
XYZ15.748.725.28-
YUV80.29161.14168.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 40 (16.02% from 255) = 12.66%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=43.35%
G=12.66%
B=43.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137401390.010.7100.45298.7955.3135.1
Hex89288B14702D12b3723
Octal2115021311070554536743
Binary1000100110100010001011110001110101101100101011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,40,139); }

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

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

 a { background-color: rgb(137,40,139); }

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

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

 span { border-color: rgb(137,40,139); }

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