Html Css Color HEX #893F95 Vivid Violet

📋 copy color: '#893F95'

red 137 ◦ green 63 ◦ blue 149

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

Shades of Vivid Violet #893F95

Tints of Vivid Violet #893F95

RGB

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

 GREEN value IS 63 (25% from 255) = 18.05%

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

R = 39.26%
G = 18.05%
B = 42.69%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#893F95 (or 0x893F95) is known color: Vivid Violet. HEX triplet: 89, 3F and 95. RGB value is (137,63,149). Sum of RGB (Red+Green+Blue) = 137+63+149=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #893F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893F95 is #76C06A. Grayscale: #5E5E5E. Windows color (decimal): -7782507 or 9781129. OLE color: 9781129.

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

Color convert

RGB 137 63 149 -
CMYK 0.08 0.58 0 0.42
HSL 291.63º 0.41% 0.42% -
HSV(B) 291.63º 0.58% 0.58% -
XYZ 17.52 11.04 29.64 -
YUV 94.93 158.52 158.01 -
System Red Green Blue C M Y K H S L
Decimal 137 63 149 0.08 0.58 0 0.42 291.63 0.41 0.42
Hex 89 3F 95 8 3A 0 2A 124 29 2A
Octal 211 77 225 10 72 0 52 444 51 52
Binary 10001001 111111 10010101 1000 111010 0 101010 100100100 101001 101010

Color Harmonies of #893F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F95

Black with #893F95

Text Example


Text Example

White with #893F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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