Html Css Color HEX #884A99 Vivid Violet

📋 copy color: '#884A99'

red 136 ◦ green 74 ◦ blue 153

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

Shades of Vivid Violet #884A99

Tints of Vivid Violet #884A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.39%

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 37.47%
G = 20.39%
B = 42.15%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#884A99 (or 0x884A99) is known color: Vivid Violet. HEX triplet: 88, 4A and 99. RGB value is (136,74,153). Sum of RGB (Red+Green+Blue) = 136+74+153=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #884A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A99 is #77B566. Grayscale: #656565. Windows color (decimal): -7845223 or 10046088. OLE color: 10046088.

HSL color Cylindrical-coordinate representation of color #884A99: hue angle of 287.09º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884A99 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 74 153 -
CMYK 0.11 0.52 0 0.4
HSL 287.09º 0.35% 0.45% -
HSV(B) 287.09º 0.52% 0.6% -
XYZ 18.35 12.43 31.57 -
YUV 101.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 136 74 153 0.11 0.52 0 0.4 287.09 0.35 0.45
Hex 88 4A 99 B 34 0 28 11F 23 2D
Octal 210 112 231 13 64 0 50 437 43 55
Binary 10001000 1001010 10011001 1011 110100 0 101000 100011111 100011 101101

Color Harmonies of #884A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A99

Black with #884A99

Text Example


Text Example

White with #884A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,74,153); }

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

background-color css

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

 a { background-color: rgb(136,74,153); }

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

border-color css

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

 span { border-color: rgb(136,74,153); }

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