Html Css Color HEX #884C90 Vivid Violet

📋 copy color: '#884C90'

red 136 ◦ green 76 ◦ blue 144

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

Shades of Vivid Violet #884C90

Tints of Vivid Violet #884C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.35%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 38.2%
G = 21.35%
B = 40.45%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#884C90 (or 0x884C90) is known color: Vivid Violet. HEX triplet: 88, 4C and 90. RGB value is (136,76,144). Sum of RGB (Red+Green+Blue) = 136+76+144=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #884C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884C90 is #77B36F. Grayscale: #656565. Windows color (decimal): -7844720 or 9456776. OLE color: 9456776.

HSL color Cylindrical-coordinate representation of color #884C90: hue angle of 292.94º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #884C90 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 76 144 -
CMYK 0.06 0.47 0 0.44
HSL 292.94º 0.31% 0.43% -
HSV(B) 292.94º 0.47% 0.56% -
XYZ 17.77 12.42 27.85 -
YUV 101.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 136 76 144 0.06 0.47 0 0.44 292.94 0.31 0.43
Hex 88 4C 90 6 2F 0 2C 125 1F 2B
Octal 210 114 220 6 57 0 54 445 37 53
Binary 10001000 1001100 10010000 110 101111 0 101100 100100101 11111 101011

Color Harmonies of #884C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C90

Black with #884C90

Text Example


Text Example

White with #884C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,76,144); }

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

background-color css

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

 a { background-color: rgb(136,76,144); }

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

border-color css

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

 span { border-color: rgb(136,76,144); }

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