Html Css Color HEX #884991 Vivid Violet

📋 copy color: '#884991'

red 136 ◦ green 73 ◦ blue 145

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

Shades of Vivid Violet #884991

Tints of Vivid Violet #884991

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.62%

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

R = 38.42%
G = 20.62%
B = 40.96%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#884991 (or 0x884991) is known color: Vivid Violet. HEX triplet: 88, 49 and 91. RGB value is (136,73,145). Sum of RGB (Red+Green+Blue) = 136+73+145=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #884991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884991 is #77B66E. Grayscale: #636363. Windows color (decimal): -7845487 or 9521544. OLE color: 9521544.

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

Color convert

RGB 136 73 145 -
CMYK 0.06 0.50 0 0.43
HSL 292.5º 0.33% 0.43% -
HSV(B) 292.5º 0.5% 0.57% -
XYZ 17.65 12.04 28.18 -
YUV 100.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 136 73 145 0.06 0.50 0 0.43 292.5 0.33 0.43
Hex 88 49 91 6 32 0 2B 124 21 2B
Octal 210 111 221 6 62 0 53 444 41 53
Binary 10001000 1001001 10010001 110 110010 0 101011 100100100 100001 101011

Color Harmonies of #884991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884991

Black with #884991

Text Example


Text Example

White with #884991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884991; }

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

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

background-color css

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

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

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

border-color css

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

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

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