Html Css Color HEX #892E95 Vivid Violet

📋 copy color: '#892E95'

red 137 ◦ green 46 ◦ blue 149

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

Shades of Vivid Violet #892E95

Tints of Vivid Violet #892E95

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.86%

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

R = 41.27%
G = 13.86%
B = 44.88%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#892E95 (or 0x892E95) is known color: Vivid Violet. HEX triplet: 89, 2E and 95. RGB value is (137,46,149). Sum of RGB (Red+Green+Blue) = 137+46+149=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #892E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892E95 is #76D16A. Grayscale: #545454. Windows color (decimal): -7786859 or 9776777. OLE color: 9776777.

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

Color convert

RGB 137 46 149 -
CMYK 0.08 0.69 0 0.42
HSL 293.01º 0.53% 0.38% -
HSV(B) 293.01º 0.69% 0.58% -
XYZ 16.72 9.44 29.38 -
YUV 84.95 164.15 165.12 -
System Red Green Blue C M Y K H S L
Decimal 137 46 149 0.08 0.69 0 0.42 293.01 0.53 0.38
Hex 89 2E 95 8 45 0 2A 125 35 26
Octal 211 56 225 10 105 0 52 445 65 46
Binary 10001001 101110 10010101 1000 1000101 0 101010 100100101 110101 100110

Color Harmonies of #892E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892E95

Black with #892E95

Text Example


Text Example

White with #892E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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