#89259a

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

Shades of Vivid Violet #89259A

Tints of Vivid Violet #89259A

Color information

#89259A (or 0x89259A) is unknown color: approx Vivid Violet. HEX triplet: 89, 25 and 9A. RGB value is (137,37,154). Sum of RGB (Red+Green+Blue) = 137+37+154=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #89259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89259A is #76DA65. Grayscale: #4F4F4F. Windows color (decimal): -7789158 or 10102153. OLE color: 10102153.

HSL color Cylindrical-coordinate representation of color #89259A: hue angle of 291.28º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89259A is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13737154-
CMYK0.110.7600.40
HSL291.28º61.26%37.45%-
HSV(B)291.28º75.97%60.39%-
XYZ16.818.9731.42-
YUV80.24169.63168.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 37 (14.84% from 255) = 11.28%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=41.77%
G=11.28%
B=46.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137371540.110.7600.40291.2861.2637.45
Hex89259AB4C0281233d25
Octal21145232131140504437545
Binary1000100110010110011010101110011000101000100100011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89259a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89259a; }

 p { color: rgb(137,37,154); }

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

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

 a { background-color: rgb(137,37,154); }

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

<style>
 span { border-color: #89259a; }

 span { border-color: rgb(137,37,154); }

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