Html Css Color HEX #882095 Vivid Violet

📋 copy color: '#882095'

red 136 ◦ green 32 ◦ blue 149

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

Shades of Vivid Violet #882095

Tints of Vivid Violet #882095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

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

R = 42.9%
G = 10.09%
B = 47%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#882095 (or 0x882095) is known color: Vivid Violet. HEX triplet: 88, 20 and 95. RGB value is (136,32,149). Sum of RGB (Red+Green+Blue) = 136+32+149=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #882095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882095 is #77DF6A. Grayscale: #4C4C4C. Windows color (decimal): -7855979 or 9773192. OLE color: 9773192.

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

Color convert

RGB 136 32 149 -
CMYK 0.09 0.79 0 0.42
HSL 293.33º 0.65% 0.35% -
HSV(B) 293.33º 0.79% 0.58% -
XYZ 16.09 8.44 29.21 -
YUV 76.43 168.96 170.49 -
System Red Green Blue C M Y K H S L
Decimal 136 32 149 0.09 0.79 0 0.42 293.33 0.65 0.35
Hex 88 20 95 9 4F 0 2A 125 41 23
Octal 210 40 225 11 117 0 52 445 101 43
Binary 10001000 100000 10010101 1001 1001111 0 101010 100100101 1000001 100011

Color Harmonies of #882095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882095

Black with #882095

Text Example


Text Example

White with #882095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882095; }

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

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

background-color css

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

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

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

border-color css

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

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

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