Html Css Color HEX #882895 Vivid Violet

📋 copy color: '#882895'

red 136 ◦ green 40 ◦ blue 149

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

Shades of Vivid Violet #882895

Tints of Vivid Violet #882895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

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

R = 41.85%
G = 12.31%
B = 45.85%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#882895 (or 0x882895) is known color: Vivid Violet. HEX triplet: 88, 28 and 95. RGB value is (136,40,149). Sum of RGB (Red+Green+Blue) = 136+40+149=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #882895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882895 is #77D76A. Grayscale: #505050. Windows color (decimal): -7853931 or 9775240. OLE color: 9775240.

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

Color convert

RGB 136 40 149 -
CMYK 0.09 0.73 0 0.42
HSL 292.84º 0.58% 0.37% -
HSV(B) 292.84º 0.73% 0.58% -
XYZ 16.34 8.92 29.29 -
YUV 81.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 136 40 149 0.09 0.73 0 0.42 292.84 0.58 0.37
Hex 88 28 95 9 49 0 2A 125 3A 25
Octal 210 50 225 11 111 0 52 445 72 45
Binary 10001000 101000 10010101 1001 1001001 0 101010 100100101 111010 100101

Color Harmonies of #882895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882895

Black with #882895

Text Example


Text Example

White with #882895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882895; }

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

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

background-color css

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

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

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

border-color css

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

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

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