Html Css Color HEX #895099 Vivid Violet

📋 copy color: '#895099'

red 137 ◦ green 80 ◦ blue 153

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

Shades of Vivid Violet #895099

Tints of Vivid Violet #895099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 37.03%
G = 21.62%
B = 41.35%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#895099 (or 0x895099) is known color: Vivid Violet. HEX triplet: 89, 50 and 99. RGB value is (137,80,153). Sum of RGB (Red+Green+Blue) = 137+80+153=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #895099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895099 is #76AF66. Grayscale: #696969. Windows color (decimal): -7778151 or 10047625. OLE color: 10047625.

HSL color Cylindrical-coordinate representation of color #895099: hue angle of 286.85º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #895099 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 80 153 -
CMYK 0.10 0.48 0 0.4
HSL 286.85º 0.31% 0.46% -
HSV(B) 286.85º 0.48% 0.6% -
XYZ 18.93 13.36 31.72 -
YUV 105.37 154.88 150.56 -
System Red Green Blue C M Y K H S L
Decimal 137 80 153 0.10 0.48 0 0.4 286.85 0.31 0.46
Hex 89 50 99 A 30 0 28 11F 1F 2E
Octal 211 120 231 12 60 0 50 437 37 56
Binary 10001001 1010000 10011001 1010 110000 0 101000 100011111 11111 101110

Color Harmonies of #895099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895099

Black with #895099

Text Example


Text Example

White with #895099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895099; }

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

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

background-color css

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

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

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

border-color css

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

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

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