Html Css Color HEX #895295 Vivid Violet

📋 copy color: '#895295'

red 137 ◦ green 82 ◦ blue 149

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

Shades of Vivid Violet #895295

Tints of Vivid Violet #895295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.28%

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

R = 37.23%
G = 22.28%
B = 40.49%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#895295 (or 0x895295) is known color: Vivid Violet. HEX triplet: 89, 52 and 95. RGB value is (137,82,149). Sum of RGB (Red+Green+Blue) = 137+82+149=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #895295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895295 is #76AD6A. Grayscale: #696969. Windows color (decimal): -7777643 or 9785993. OLE color: 9785993.

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

Color convert

RGB 137 82 149 -
CMYK 0.08 0.45 0 0.42
HSL 289.25º 0.29% 0.45% -
HSV(B) 289.25º 0.45% 0.58% -
XYZ 18.76 13.52 30.06 -
YUV 106.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 137 82 149 0.08 0.45 0 0.42 289.25 0.29 0.45
Hex 89 52 95 8 2D 0 2A 121 1D 2D
Octal 211 122 225 10 55 0 52 441 35 55
Binary 10001001 1010010 10010101 1000 101101 0 101010 100100001 11101 101101

Color Harmonies of #895295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895295

Black with #895295

Text Example


Text Example

White with #895295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895295; }

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

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

background-color css

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

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

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

border-color css

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

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

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