Html Css Color HEX #884089 Vivid Violet

📋 copy color: '#884089'

red 136 ◦ green 64 ◦ blue 137

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

Shades of Vivid Violet #884089

Tints of Vivid Violet #884089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

 BLUE value IS 137 (53.91% from 255) = 40.65%

R = 40.36%
G = 18.99%
B = 40.65%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#884089 (or 0x884089) is known color: Vivid Violet. HEX triplet: 88, 40 and 89. RGB value is (136,64,137). Sum of RGB (Red+Green+Blue) = 136+64+137=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #884089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884089 is #77BF76. Grayscale: #5D5D5D. Windows color (decimal): -7847799 or 8994952. OLE color: 8994952.

HSL color Cylindrical-coordinate representation of color #884089: hue angle of 299.18º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884089 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 64 137 -
CMYK 0.01 0.53 0 0.46
HSL 299.18º 0.36% 0.39% -
HSV(B) 299.18º 0.53% 0.54% -
XYZ 16.5 10.71 24.86 -
YUV 93.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 136 64 137 0.01 0.53 0 0.46 299.18 0.36 0.39
Hex 88 40 89 1 35 0 2E 12B 24 27
Octal 210 100 211 1 65 0 56 453 44 47
Binary 10001000 1000000 10001001 1 110101 0 101110 100101011 100100 100111

Color Harmonies of #884089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884089

Black with #884089

Text Example


Text Example

White with #884089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884089; }

 p { color: rgb(136,64,137); }

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

background-color css

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

 a { background-color: rgb(136,64,137); }

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

border-color css

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

 span { border-color: rgb(136,64,137); }

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