Html Css Color HEX #893495 Vivid Violet

📋 copy color: '#893495'

red 137 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #893495

Tints of Vivid Violet #893495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

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

R = 40.53%
G = 15.38%
B = 44.08%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#893495 (or 0x893495) is known color: Vivid Violet. HEX triplet: 89, 34 and 95. RGB value is (137,52,149). Sum of RGB (Red+Green+Blue) = 137+52+149=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #893495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893495 is #76CB6A. Grayscale: #585858. Windows color (decimal): -7785323 or 9778313. OLE color: 9778313.

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

Color convert

RGB 137 52 149 -
CMYK 0.08 0.65 0 0.42
HSL 292.58º 0.48% 0.39% -
HSV(B) 292.58º 0.65% 0.58% -
XYZ 16.97 9.94 29.46 -
YUV 88.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 137 52 149 0.08 0.65 0 0.42 292.58 0.48 0.39
Hex 89 34 95 8 41 0 2A 125 30 27
Octal 211 64 225 10 101 0 52 445 60 47
Binary 10001001 110100 10010101 1000 1000001 0 101010 100100101 110000 100111

Color Harmonies of #893495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893495

Black with #893495

Text Example


Text Example

White with #893495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893495; }

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

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

background-color css

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

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

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

border-color css

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

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

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