#893295

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

Shades of Vivid Violet #893295

Tints of Vivid Violet #893295

Color information

#893295 (or 0x893295) is unknown color: approx Vivid Violet. HEX triplet: 89, 32 and 95. RGB value is (137,50,149). Sum of RGB (Red+Green+Blue) = 137+50+149=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #893295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893295 is #76CD6A. Grayscale: #565656. Windows color (decimal): -7785835 or 9777801. OLE color: 9777801.

HSL color Cylindrical-coordinate representation of color #893295: hue angle of 292.73º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #893295 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13750149-
CMYK0.080.6600.42
HSL292.73º49.75%39.02%-
HSV(B)292.73º66.44%58.43%-
XYZ16.889.7729.43-
YUV87.3162.82163.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 50 (19.92% from 255) = 14.88%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=40.77%
G=14.88%
B=44.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137501490.080.6600.42292.7349.7539.02
Hex89329584202A1253227
Octal21162225101020524456247
Binary1000100111001010010101100010000100101010100100101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893295; }

 p { color: rgb(137,50,149); }

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

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

 a { background-color: rgb(137,50,149); }

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

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

 span { border-color: rgb(137,50,149); }

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