Html Css Color HEX #884F96 Vivid Violet

📋 copy color: '#884F96'

red 136 ◦ green 79 ◦ blue 150

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

Shades of Vivid Violet #884F96

Tints of Vivid Violet #884F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.64%

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

R = 37.26%
G = 21.64%
B = 41.1%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#884F96 (or 0x884F96) is known color: Vivid Violet. HEX triplet: 88, 4F and 96. RGB value is (136,79,150). Sum of RGB (Red+Green+Blue) = 136+79+150=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #884F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884F96 is #77B069. Grayscale: #676767. Windows color (decimal): -7843946 or 9850760. OLE color: 9850760.

HSL color Cylindrical-coordinate representation of color #884F96: hue angle of 288.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #884F96 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 79 150 -
CMYK 0.09 0.47 0 0.41
HSL 288.17º 0.31% 0.45% -
HSV(B) 288.17º 0.47% 0.59% -
XYZ 18.45 13.03 30.4 -
YUV 104.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 136 79 150 0.09 0.47 0 0.41 288.17 0.31 0.45
Hex 88 4F 96 9 2F 0 29 120 1F 2D
Octal 210 117 226 11 57 0 51 440 37 55
Binary 10001000 1001111 10010110 1001 101111 0 101001 100100000 11111 101101

Color Harmonies of #884F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884F96

Black with #884F96

Text Example


Text Example

White with #884F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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