Html Css Color HEX #884896 Vivid Violet

📋 copy color: '#884896'

red 136 ◦ green 72 ◦ blue 150

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

Shades of Vivid Violet #884896

Tints of Vivid Violet #884896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

 BLUE value IS 150 (58.98% from 255) = 41.9%

R = 37.99%
G = 20.11%
B = 41.9%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#884896 (or 0x884896) is known color: Vivid Violet. HEX triplet: 88, 48 and 96. RGB value is (136,72,150). Sum of RGB (Red+Green+Blue) = 136+72+150=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #884896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884896 is #77B769. Grayscale: #636363. Windows color (decimal): -7845738 or 9848968. OLE color: 9848968.

HSL color Cylindrical-coordinate representation of color #884896: hue angle of 289.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884896 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 72 150 -
CMYK 0.09 0.52 0 0.41
HSL 289.23º 0.35% 0.44% -
HSV(B) 289.23º 0.52% 0.59% -
XYZ 17.98 12.07 30.24 -
YUV 100.03 156.2 153.66 -
System Red Green Blue C M Y K H S L
Decimal 136 72 150 0.09 0.52 0 0.41 289.23 0.35 0.44
Hex 88 48 96 9 34 0 29 121 23 2C
Octal 210 110 226 11 64 0 51 441 43 54
Binary 10001000 1001000 10010110 1001 110100 0 101001 100100001 100011 101100

Color Harmonies of #884896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884896

Black with #884896

Text Example


Text Example

White with #884896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884896; }

 p { color: rgb(136,72,150); }

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

background-color css

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

 a { background-color: rgb(136,72,150); }

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

border-color css

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

 span { border-color: rgb(136,72,150); }

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