Html Css Color HEX #882E88 Vivid Violet

📋 copy color: '#882E88'

red 136 ◦ green 46 ◦ blue 136

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

Shades of Vivid Violet #882E88

Tints of Vivid Violet #882E88

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.47%

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

R = 42.77%
G = 14.47%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#882E88 (or 0x882E88) is known color: Vivid Violet. HEX triplet: 88, 2E and 88. RGB value is (136,46,136). Sum of RGB (Red+Green+Blue) = 136+46+136=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #882E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882E88 is #77D177. Grayscale: #525252. Windows color (decimal): -7852408 or 8924808. OLE color: 8924808.

HSL color Cylindrical-coordinate representation of color #882E88: hue angle of 300º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E88 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 46 136 -
CMYK 0 0.66 0 0.47
HSL 300º 0.49% 0.36% -
HSV(B) 300º 0.66% 0.53% -
XYZ 15.57 8.97 24.2 -
YUV 83.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 136 46 136 0 0.66 0 0.47 300 0.49 0.36
Hex 88 2E 88 0 42 0 2F 12C 31 24
Octal 210 56 210 0 102 0 57 454 61 44
Binary 10001000 101110 10001000 0 1000010 0 101111 100101100 110001 100100

Color Harmonies of #882E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E88

Black with #882E88

Text Example


Text Example

White with #882E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882E88; }

 p { color: rgb(136,46,136); }

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

background-color css

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

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

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

border-color css

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

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

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