Html Css Color HEX #895095 Vivid Violet

📋 copy color: '#895095'

red 137 ◦ green 80 ◦ blue 149

#895095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #895095

Tints of Vivid Violet #895095

RGB

 RED value IS 137 (53.91% from 255) = 37.43%

 GREEN value IS 80 (31.64% from 255) = 21.86%

 BLUE value IS 149 (58.59% from 255) = 40.71%

R = 37.43%
G = 21.86%
B = 40.71%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#895095 (or 0x895095) is known color: Vivid Violet. HEX triplet: 89, 50 and 95. RGB value is (137,80,149). Sum of RGB (Red+Green+Blue) = 137+80+149=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #895095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895095 is #76AF6A. Grayscale: #686868. Windows color (decimal): -7778155 or 9785481. OLE color: 9785481.

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

Color convert

RGB 137 80 149 -
CMYK 0.08 0.46 0 0.42
HSL 289.57º 0.3% 0.45% -
HSV(B) 289.57º 0.46% 0.58% -
XYZ 18.61 13.23 30.01 -
YUV 104.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 137 80 149 0.08 0.46 0 0.42 289.57 0.3 0.45
Hex 89 50 95 8 2E 0 2A 122 1E 2D
Octal 211 120 225 10 56 0 52 442 36 55
Binary 10001001 1010000 10010101 1000 101110 0 101010 100100010 11110 101101

Color Harmonies of #895095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895095

Black with #895095

Text Example


Text Example

White with #895095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895095; }

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

 H1.HeaderClassName
 {
   color: #895095;
 }
 .AnyTagClassName
 {
   color: #895095;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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