Html Css Color HEX #893595 Vivid Violet

📋 copy color: '#893595'

red 137 ◦ green 53 ◦ blue 149

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

Shades of Vivid Violet #893595

Tints of Vivid Violet #893595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

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

R = 40.41%
G = 15.63%
B = 43.95%

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

#893595 (or 0x893595) is known color: Vivid Violet. HEX triplet: 89, 35 and 95. RGB value is (137,53,149). Sum of RGB (Red+Green+Blue) = 137+53+149=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #893595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893595 is #76CA6A. Grayscale: #585858. Windows color (decimal): -7785067 or 9778569. OLE color: 9778569.

HSL color Cylindrical-coordinate representation of color #893595: hue angle of 292.5º degrees, saturation: 0.48, 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 #893595 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 53 149 -
CMYK 0.08 0.64 0 0.42
HSL 292.5º 0.48% 0.4% -
HSV(B) 292.5º 0.64% 0.58% -
XYZ 17.01 10.03 29.47 -
YUV 89.06 161.83 162.19 -
System Red Green Blue C M Y K H S L
Decimal 137 53 149 0.08 0.64 0 0.42 292.5 0.48 0.4
Hex 89 35 95 8 40 0 2A 124 30 28
Octal 211 65 225 10 100 0 52 444 60 50
Binary 10001001 110101 10010101 1000 1000000 0 101010 100100100 110000 101000

Color Harmonies of #893595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893595

Black with #893595

Text Example


Text Example

White with #893595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893595; }

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

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

background-color css

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

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

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

border-color css

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

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

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