Html Css Color HEX #884D93 Vivid Violet

📋 copy color: '#884D93'

red 136 ◦ green 77 ◦ blue 147

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

Shades of Vivid Violet #884D93

Tints of Vivid Violet #884D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.83%

R = 37.78%
G = 21.39%
B = 40.83%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#884D93 (or 0x884D93) is known color: Vivid Violet. HEX triplet: 88, 4D and 93. RGB value is (136,77,147). Sum of RGB (Red+Green+Blue) = 136+77+147=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #884D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884D93 is #77B26C. Grayscale: #666666. Windows color (decimal): -7844461 or 9653640. OLE color: 9653640.

HSL color Cylindrical-coordinate representation of color #884D93: hue angle of 290.57º degrees, saturation: 0.31, 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 #884D93 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 77 147 -
CMYK 0.07 0.48 0 0.42
HSL 290.57º 0.31% 0.44% -
HSV(B) 290.57º 0.48% 0.58% -
XYZ 18.07 12.65 29.09 -
YUV 102.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 136 77 147 0.07 0.48 0 0.42 290.57 0.31 0.44
Hex 88 4D 93 7 30 0 2A 123 1F 2C
Octal 210 115 223 7 60 0 52 443 37 54
Binary 10001000 1001101 10010011 111 110000 0 101010 100100011 11111 101100

Color Harmonies of #884D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884D93

Black with #884D93

Text Example


Text Example

White with #884D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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