Html Css Color HEX #893295 Vivid Violet

📋 copy color: '#893295'

red 137 ◦ green 50 ◦ blue 149

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

Shades of Vivid Violet #893295

Tints of Vivid Violet #893295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.88%

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

R = 40.77%
G = 14.88%
B = 44.35%

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

#893295 (or 0x893295) is known color: Vivid Violet. HEX triplet: 89, 32 and 95. RGB value is (137,50,149). Sum of RGB (Red+Green+Blue) = 137+50+149=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #893295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893295 is #76CD6A. Grayscale: #565656. Windows color (decimal): -7785835 or 9777801. OLE color: 9777801.

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

Color convert

RGB 137 50 149 -
CMYK 0.08 0.66 0 0.42
HSL 292.73º 0.5% 0.39% -
HSV(B) 292.73º 0.66% 0.58% -
XYZ 16.88 9.77 29.43 -
YUV 87.3 162.82 163.45 -
System Red Green Blue C M Y K H S L
Decimal 137 50 149 0.08 0.66 0 0.42 292.73 0.5 0.39
Hex 89 32 95 8 42 0 2A 125 32 27
Octal 211 62 225 10 102 0 52 445 62 47
Binary 10001001 110010 10010101 1000 1000010 0 101010 100100101 110010 100111

Color Harmonies of #893295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893295

Black with #893295

Text Example


Text Example

White with #893295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893295; }

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

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

background-color css

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

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

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

border-color css

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

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

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