Html Css Color HEX #884586 Vivid Violet

📋 copy color: '#884586'

red 136 ◦ green 69 ◦ blue 134

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

Shades of Vivid Violet #884586

Tints of Vivid Violet #884586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

 BLUE value IS 134 (52.73% from 255) = 39.53%

R = 40.12%
G = 20.35%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#884586 (or 0x884586) is known color: Vivid Violet. HEX triplet: 88, 45 and 86. RGB value is (136,69,134). Sum of RGB (Red+Green+Blue) = 136+69+134=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #884586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884586 is #77BA79. Grayscale: #606060. Windows color (decimal): -7846522 or 8799624. OLE color: 8799624.

HSL color Cylindrical-coordinate representation of color #884586: hue angle of 301.79º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884586 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 69 134 -
CMYK 0 0.49 0.01 0.47
HSL 301.79º 0.33% 0.4% -
HSV(B) 301.79º 0.49% 0.53% -
XYZ 16.58 11.21 23.84 -
YUV 96.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 136 69 134 0 0.49 0.01 0.47 301.79 0.33 0.4
Hex 88 45 86 0 31 1 2F 12E 21 28
Octal 210 105 206 0 61 1 57 456 41 50
Binary 10001000 1000101 10000110 0 110001 1 101111 100101110 100001 101000

Color Harmonies of #884586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884586

Black with #884586

Text Example


Text Example

White with #884586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884586; }

 p { color: rgb(136,69,134); }

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

background-color css

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

 a { background-color: rgb(136,69,134); }

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

border-color css

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

 span { border-color: rgb(136,69,134); }

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