Html Css Color HEX #884095 Vivid Violet

📋 copy color: '#884095'

red 136 ◦ green 64 ◦ blue 149

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

Shades of Vivid Violet #884095

Tints of Vivid Violet #884095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.69%

R = 38.97%
G = 18.34%
B = 42.69%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#884095 (or 0x884095) is known color: Vivid Violet. HEX triplet: 88, 40 and 95. RGB value is (136,64,149). Sum of RGB (Red+Green+Blue) = 136+64+149=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #884095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884095 is #77BF6A. Grayscale: #5E5E5E. Windows color (decimal): -7847787 or 9781384. OLE color: 9781384.

HSL color Cylindrical-coordinate representation of color #884095: hue angle of 290.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #884095 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 64 149 -
CMYK 0.09 0.57 0 0.42
HSL 290.82º 0.4% 0.42% -
HSV(B) 290.82º 0.57% 0.58% -
XYZ 17.41 11.07 29.65 -
YUV 95.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 136 64 149 0.09 0.57 0 0.42 290.82 0.4 0.42
Hex 88 40 95 9 39 0 2A 123 28 2A
Octal 210 100 225 11 71 0 52 443 50 52
Binary 10001000 1000000 10010101 1001 111001 0 101010 100100011 101000 101010

Color Harmonies of #884095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884095

Black with #884095

Text Example


Text Example

White with #884095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884095; }

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

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

background-color css

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

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

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

border-color css

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

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

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