Html Css Color HEX #884490 Vivid Violet

📋 copy color: '#884490'

red 136 ◦ green 68 ◦ blue 144

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

Shades of Vivid Violet #884490

Tints of Vivid Violet #884490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

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

R = 39.08%
G = 19.54%
B = 41.38%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#884490 (or 0x884490) is known color: Vivid Violet. HEX triplet: 88, 44 and 90. RGB value is (136,68,144). Sum of RGB (Red+Green+Blue) = 136+68+144=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #884490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884490 is #77BB6F. Grayscale: #606060. Windows color (decimal): -7846768 or 9454728. OLE color: 9454728.

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

Color convert

RGB 136 68 144 -
CMYK 0.06 0.53 0 0.44
HSL 293.68º 0.36% 0.42% -
HSV(B) 293.68º 0.53% 0.56% -
XYZ 17.25 11.38 27.67 -
YUV 97 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 136 68 144 0.06 0.53 0 0.44 293.68 0.36 0.42
Hex 88 44 90 6 35 0 2C 126 24 2A
Octal 210 104 220 6 65 0 54 446 44 52
Binary 10001000 1000100 10010000 110 110101 0 101100 100100110 100100 101010

Color Harmonies of #884490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884490

Black with #884490

Text Example


Text Example

White with #884490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884490; }

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

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

background-color css

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

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

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

border-color css

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

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

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