Html Css Color HEX #884EA0 Vivid Violet

📋 copy color: '#884EA0'

red 136 ◦ green 78 ◦ blue 160

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

Shades of Vivid Violet #884EA0

Tints of Vivid Violet #884EA0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.86%

 BLUE value IS 160 (62.89% from 255) = 42.78%

R = 36.36%
G = 20.86%
B = 42.78%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#884EA0 (or 0x884EA0) is known color: Vivid Violet. HEX triplet: 88, 4E and A0. RGB value is (136,78,160). Sum of RGB (Red+Green+Blue) = 136+78+160=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #884EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884EA0 is #77B15F. Grayscale: #686868. Windows color (decimal): -7844192 or 10505864. OLE color: 10505864.

HSL color Cylindrical-coordinate representation of color #884EA0: hue angle of 282.44º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884EA0 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 78 160 -
CMYK 0.15 0.51 0 0.37
HSL 282.44º 0.34% 0.47% -
HSV(B) 282.44º 0.51% 0.63% -
XYZ 19.22 13.22 34.8 -
YUV 104.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 136 78 160 0.15 0.51 0 0.37 282.44 0.34 0.47
Hex 88 4E A0 F 33 0 25 11A 22 2F
Octal 210 116 240 17 63 0 45 432 42 57
Binary 10001000 1001110 10100000 1111 110011 0 100101 100011010 100010 101111

Color Harmonies of #884EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884EA0

Black with #884EA0

Text Example


Text Example

White with #884EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,78,160); }

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

background-color css

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

 a { background-color: rgb(136,78,160); }

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

border-color css

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

 span { border-color: rgb(136,78,160); }

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