Html Css Color HEX #884D95 Vivid Violet

📋 copy color: '#884D95'

red 136 ◦ green 77 ◦ blue 149

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

Shades of Vivid Violet #884D95

Tints of Vivid Violet #884D95

RGB

 RED value IS 136 (53.52% from 255) = 37.57%

 GREEN value IS 77 (30.47% from 255) = 21.27%

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

R = 37.57%
G = 21.27%
B = 41.16%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#884D95 (or 0x884D95) is known color: Vivid Violet. HEX triplet: 88, 4D and 95. RGB value is (136,77,149). Sum of RGB (Red+Green+Blue) = 136+77+149=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #884D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884D95 is #77B26A. Grayscale: #666666. Windows color (decimal): -7844459 or 9784712. OLE color: 9784712.

HSL color Cylindrical-coordinate representation of color #884D95: hue angle of 289.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884D95 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 77 149 -
CMYK 0.09 0.48 0 0.42
HSL 289.17º 0.32% 0.44% -
HSV(B) 289.17º 0.48% 0.58% -
XYZ 18.23 12.71 29.93 -
YUV 102.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 136 77 149 0.09 0.48 0 0.42 289.17 0.32 0.44
Hex 88 4D 95 9 30 0 2A 121 20 2C
Octal 210 115 225 11 60 0 52 441 40 54
Binary 10001000 1001101 10010101 1001 110000 0 101010 100100001 100000 101100

Color Harmonies of #884D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884D95

Black with #884D95

Text Example


Text Example

White with #884D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884D95; }

 p { color: rgb(136,77,149); }

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

background-color css

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

 a { background-color: rgb(136,77,149); }

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

border-color css

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

 span { border-color: rgb(136,77,149); }

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