Html Css Color HEX #884491 Vivid Violet

📋 copy color: '#884491'

red 136 ◦ green 68 ◦ blue 145

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

Shades of Vivid Violet #884491

Tints of Vivid Violet #884491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.55%

R = 38.97%
G = 19.48%
B = 41.55%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#884491 (or 0x884491) is known color: Vivid Violet. HEX triplet: 88, 44 and 91. RGB value is (136,68,145). Sum of RGB (Red+Green+Blue) = 136+68+145=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #884491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884491 is #77BB6E. Grayscale: #606060. Windows color (decimal): -7846767 or 9520264. OLE color: 9520264.

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

Color convert

RGB 136 68 145 -
CMYK 0.06 0.53 0 0.43
HSL 292.99º 0.36% 0.42% -
HSV(B) 292.99º 0.53% 0.57% -
XYZ 17.33 11.41 28.08 -
YUV 97.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 136 68 145 0.06 0.53 0 0.43 292.99 0.36 0.42
Hex 88 44 91 6 35 0 2B 125 24 2A
Octal 210 104 221 6 65 0 53 445 44 52
Binary 10001000 1000100 10010001 110 110101 0 101011 100100101 100100 101010

Color Harmonies of #884491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884491

Black with #884491

Text Example


Text Example

White with #884491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884491; }

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

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

background-color css

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

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

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

border-color css

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

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

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