Html Css Color HEX #885196 Vivid Violet

📋 copy color: '#885196'

red 136 ◦ green 81 ◦ blue 150

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

Shades of Vivid Violet #885196

Tints of Vivid Violet #885196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.07%

 BLUE value IS 150 (58.98% from 255) = 40.87%

R = 37.06%
G = 22.07%
B = 40.87%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#885196 (or 0x885196) is known color: Vivid Violet. HEX triplet: 88, 51 and 96. RGB value is (136,81,150). Sum of RGB (Red+Green+Blue) = 136+81+150=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #885196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885196 is #77AE69. Grayscale: #696969. Windows color (decimal): -7843434 or 9851272. OLE color: 9851272.

HSL color Cylindrical-coordinate representation of color #885196: hue angle of 287.83º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #885196 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 81 150 -
CMYK 0.09 0.46 0 0.41
HSL 287.83º 0.3% 0.45% -
HSV(B) 287.83º 0.46% 0.59% -
XYZ 18.6 13.32 30.45 -
YUV 105.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 136 81 150 0.09 0.46 0 0.41 287.83 0.3 0.45
Hex 88 51 96 9 2E 0 29 120 1E 2D
Octal 210 121 226 11 56 0 51 440 36 55
Binary 10001000 1010001 10010110 1001 101110 0 101001 100100000 11110 101101

Color Harmonies of #885196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885196

Black with #885196

Text Example


Text Example

White with #885196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885196; }

 p { color: rgb(136,81,150); }

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

background-color css

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

 a { background-color: rgb(136,81,150); }

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

border-color css

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

 span { border-color: rgb(136,81,150); }

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