Html Css Color HEX #894488 Vivid Violet

📋 copy color: '#894488'

red 137 ◦ green 68 ◦ blue 136

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

Shades of Vivid Violet #894488

Tints of Vivid Violet #894488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.94%

 BLUE value IS 136 (53.52% from 255) = 39.88%

R = 40.18%
G = 19.94%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#894488 (or 0x894488) is known color: Vivid Violet. HEX triplet: 89, 44 and 88. RGB value is (137,68,136). Sum of RGB (Red+Green+Blue) = 137+68+136=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #894488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894488 is #76BB77. Grayscale: #606060. Windows color (decimal): -7781240 or 8930441. OLE color: 8930441.

HSL color Cylindrical-coordinate representation of color #894488: hue angle of 300.87º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894488 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 68 136 -
CMYK 0 0.50 0.01 0.46
HSL 300.87º 0.34% 0.4% -
HSV(B) 300.87º 0.5% 0.54% -
XYZ 16.83 11.23 24.57 -
YUV 96.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 137 68 136 0 0.50 0.01 0.46 300.87 0.34 0.4
Hex 89 44 88 0 32 1 2E 12D 22 28
Octal 211 104 210 0 62 1 56 455 42 50
Binary 10001001 1000100 10001000 0 110010 1 101110 100101101 100010 101000

Color Harmonies of #894488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894488

Black with #894488

Text Example


Text Example

White with #894488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894488; }

 p { color: rgb(137,68,136); }

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

background-color css

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

 a { background-color: rgb(137,68,136); }

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

border-color css

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

 span { border-color: rgb(137,68,136); }

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