Html Css Color HEX #882195 Vivid Violet

📋 copy color: '#882195'

red 136 ◦ green 33 ◦ blue 149

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

Shades of Vivid Violet #882195

Tints of Vivid Violet #882195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.38%

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

R = 42.77%
G = 10.38%
B = 46.86%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#882195 (or 0x882195) is known color: Vivid Violet. HEX triplet: 88, 21 and 95. RGB value is (136,33,149). Sum of RGB (Red+Green+Blue) = 136+33+149=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #882195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882195 is #77DE6A. Grayscale: #4C4C4C. Windows color (decimal): -7855723 or 9773448. OLE color: 9773448.

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

Color convert

RGB 136 33 149 -
CMYK 0.09 0.78 0 0.42
HSL 293.28º 0.64% 0.36% -
HSV(B) 293.28º 0.78% 0.58% -
XYZ 16.12 8.49 29.22 -
YUV 77.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 136 33 149 0.09 0.78 0 0.42 293.28 0.64 0.36
Hex 88 21 95 9 4E 0 2A 125 40 24
Octal 210 41 225 11 116 0 52 445 100 44
Binary 10001000 100001 10010101 1001 1001110 0 101010 100100101 1000000 100100

Color Harmonies of #882195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882195

Black with #882195

Text Example


Text Example

White with #882195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882195; }

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

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

background-color css

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

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

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

border-color css

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

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

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