Html Css Color HEX #884690 Vivid Violet

📋 copy color: '#884690'

red 136 ◦ green 70 ◦ blue 144

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

Shades of Vivid Violet #884690

Tints of Vivid Violet #884690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

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

R = 38.86%
G = 20%
B = 41.14%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#884690 (or 0x884690) is known color: Vivid Violet. HEX triplet: 88, 46 and 90. RGB value is (136,70,144). Sum of RGB (Red+Green+Blue) = 136+70+144=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #884690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884690 is #77B96F. Grayscale: #616161. Windows color (decimal): -7846256 or 9455240. OLE color: 9455240.

HSL color Cylindrical-coordinate representation of color #884690: hue angle of 293.51º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884690 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 70 144 -
CMYK 0.06 0.51 0 0.44
HSL 293.51º 0.35% 0.42% -
HSV(B) 293.51º 0.51% 0.56% -
XYZ 17.38 11.63 27.71 -
YUV 98.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 136 70 144 0.06 0.51 0 0.44 293.51 0.35 0.42
Hex 88 46 90 6 33 0 2C 126 23 2A
Octal 210 106 220 6 63 0 54 446 43 52
Binary 10001000 1000110 10010000 110 110011 0 101100 100100110 100011 101010

Color Harmonies of #884690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884690

Black with #884690

Text Example


Text Example

White with #884690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884690; }

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

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

background-color css

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

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

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

border-color css

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

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

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