Html Css Color HEX #895096 Vivid Violet

📋 copy color: '#895096'

red 137 ◦ green 80 ◦ blue 150

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

Shades of Vivid Violet #895096

Tints of Vivid Violet #895096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.87%

R = 37.33%
G = 21.8%
B = 40.87%

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

#895096 (or 0x895096) is known color: Vivid Violet. HEX triplet: 89, 50 and 96. RGB value is (137,80,150). Sum of RGB (Red+Green+Blue) = 137+80+150=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #895096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895096 is #76AF69. Grayscale: #686868. Windows color (decimal): -7778154 or 9851017. OLE color: 9851017.

HSL color Cylindrical-coordinate representation of color #895096: hue angle of 288.86º degrees, saturation: 0.3, 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 #895096 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 80 150 -
CMYK 0.09 0.47 0 0.41
HSL 288.86º 0.3% 0.45% -
HSV(B) 288.86º 0.47% 0.59% -
XYZ 18.69 13.26 30.43 -
YUV 105.02 153.38 150.81 -
System Red Green Blue C M Y K H S L
Decimal 137 80 150 0.09 0.47 0 0.41 288.86 0.3 0.45
Hex 89 50 96 9 2F 0 29 121 1E 2D
Octal 211 120 226 11 57 0 51 441 36 55
Binary 10001001 1010000 10010110 1001 101111 0 101001 100100001 11110 101101

Color Harmonies of #895096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895096

Black with #895096

Text Example


Text Example

White with #895096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895096; }

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

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

background-color css

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

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

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

border-color css

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

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

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