Html Css Color HEX #893695 Vivid Violet

📋 copy color: '#893695'

red 137 ◦ green 54 ◦ blue 149

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

Shades of Vivid Violet #893695

Tints of Vivid Violet #893695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.88%

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

R = 40.29%
G = 15.88%
B = 43.82%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#893695 (or 0x893695) is known color: Vivid Violet. HEX triplet: 89, 36 and 95. RGB value is (137,54,149). Sum of RGB (Red+Green+Blue) = 137+54+149=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #893695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893695 is #76C96A. Grayscale: #595959. Windows color (decimal): -7784811 or 9778825. OLE color: 9778825.

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

Color convert

RGB 137 54 149 -
CMYK 0.08 0.64 0 0.42
HSL 292.42º 0.47% 0.4% -
HSV(B) 292.42º 0.64% 0.58% -
XYZ 17.06 10.13 29.49 -
YUV 89.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 137 54 149 0.08 0.64 0 0.42 292.42 0.47 0.4
Hex 89 36 95 8 40 0 2A 124 2F 28
Octal 211 66 225 10 100 0 52 444 57 50
Binary 10001001 110110 10010101 1000 1000000 0 101010 100100100 101111 101000

Color Harmonies of #893695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893695

Black with #893695

Text Example


Text Example

White with #893695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893695; }

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

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

background-color css

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

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

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

border-color css

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

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

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