Html Css Color HEX #895097 Vivid Violet

📋 copy color: '#895097'

red 137 ◦ green 80 ◦ blue 151

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

Shades of Vivid Violet #895097

Tints of Vivid Violet #895097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.03%

R = 37.23%
G = 21.74%
B = 41.03%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#895097 (or 0x895097) is known color: Vivid Violet. HEX triplet: 89, 50 and 97. RGB value is (137,80,151). Sum of RGB (Red+Green+Blue) = 137+80+151=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #895097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895097 is #76AF68. Grayscale: #686868. Windows color (decimal): -7778153 or 9916553. OLE color: 9916553.

HSL color Cylindrical-coordinate representation of color #895097: hue angle of 288.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895097 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 80 151 -
CMYK 0.09 0.47 0 0.41
HSL 288.17º 0.31% 0.45% -
HSV(B) 288.17º 0.47% 0.59% -
XYZ 18.77 13.29 30.85 -
YUV 105.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 137 80 151 0.09 0.47 0 0.41 288.17 0.31 0.45
Hex 89 50 97 9 2F 0 29 120 1F 2D
Octal 211 120 227 11 57 0 51 440 37 55
Binary 10001001 1010000 10010111 1001 101111 0 101001 100100000 11111 101101

Color Harmonies of #895097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895097

Black with #895097

Text Example


Text Example

White with #895097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895097; }

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

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

background-color css

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

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

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

border-color css

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

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

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