Html Css Color HEX #893395 Vivid Violet

📋 copy color: '#893395'

red 137 ◦ green 51 ◦ blue 149

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

Shades of Vivid Violet #893395

Tints of Vivid Violet #893395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

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

R = 40.65%
G = 15.13%
B = 44.21%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#893395 (or 0x893395) is known color: Vivid Violet. HEX triplet: 89, 33 and 95. RGB value is (137,51,149). Sum of RGB (Red+Green+Blue) = 137+51+149=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #893395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893395 is #76CC6A. Grayscale: #575757. Windows color (decimal): -7785579 or 9778057. OLE color: 9778057.

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

Color convert

RGB 137 51 149 -
CMYK 0.08 0.66 0 0.42
HSL 292.65º 0.49% 0.39% -
HSV(B) 292.65º 0.66% 0.58% -
XYZ 16.93 9.86 29.44 -
YUV 87.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 137 51 149 0.08 0.66 0 0.42 292.65 0.49 0.39
Hex 89 33 95 8 42 0 2A 125 31 27
Octal 211 63 225 10 102 0 52 445 61 47
Binary 10001001 110011 10010101 1000 1000010 0 101010 100100101 110001 100111

Color Harmonies of #893395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893395

Black with #893395

Text Example


Text Example

White with #893395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893395; }

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

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

background-color css

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

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

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

border-color css

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

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

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