Html Css Color HEX #893895 Vivid Violet

📋 copy color: '#893895'

red 137 ◦ green 56 ◦ blue 149

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

Shades of Vivid Violet #893895

Tints of Vivid Violet #893895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

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

R = 40.06%
G = 16.37%
B = 43.57%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#893895 (or 0x893895) is known color: Vivid Violet. HEX triplet: 89, 38 and 95. RGB value is (137,56,149). Sum of RGB (Red+Green+Blue) = 137+56+149=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #893895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893895 is #76C76A. Grayscale: #5A5A5A. Windows color (decimal): -7784299 or 9779337. OLE color: 9779337.

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

Color convert

RGB 137 56 149 -
CMYK 0.08 0.62 0 0.42
HSL 292.26º 0.45% 0.4% -
HSV(B) 292.26º 0.62% 0.58% -
XYZ 17.16 10.32 29.52 -
YUV 90.82 160.84 160.94 -
System Red Green Blue C M Y K H S L
Decimal 137 56 149 0.08 0.62 0 0.42 292.26 0.45 0.4
Hex 89 38 95 8 3E 0 2A 124 2D 28
Octal 211 70 225 10 76 0 52 444 55 50
Binary 10001001 111000 10010101 1000 111110 0 101010 100100100 101101 101000

Color Harmonies of #893895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893895

Black with #893895

Text Example


Text Example

White with #893895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893895; }

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

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

background-color css

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

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

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

border-color css

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

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

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