Html Css Color HEX #895098 Vivid Violet

📋 copy color: '#895098'

red 137 ◦ green 80 ◦ blue 152

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

Shades of Vivid Violet #895098

Tints of Vivid Violet #895098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.19%

R = 37.13%
G = 21.68%
B = 41.19%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#895098 (or 0x895098) is known color: Vivid Violet. HEX triplet: 89, 50 and 98. RGB value is (137,80,152). Sum of RGB (Red+Green+Blue) = 137+80+152=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #895098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895098 is #76AF67. Grayscale: #696969. Windows color (decimal): -7778152 or 9982089. OLE color: 9982089.

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

Color convert

RGB 137 80 152 -
CMYK 0.10 0.47 0 0.40
HSL 287.5º 0.31% 0.45% -
HSV(B) 287.5º 0.47% 0.6% -
XYZ 18.85 13.32 31.28 -
YUV 105.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 137 80 152 0.10 0.47 0 0.40 287.5 0.31 0.45
Hex 89 50 98 A 2F 0 28 120 1F 2D
Octal 211 120 230 12 57 0 50 440 37 55
Binary 10001001 1010000 10011000 1010 101111 0 101000 100100000 11111 101101

Color Harmonies of #895098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895098

Black with #895098

Text Example


Text Example

White with #895098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895098; }

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

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

background-color css

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

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

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

border-color css

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

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

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