Html Css Color HEX #882E8A Vivid Violet

📋 copy color: '#882E8A'

red 136 ◦ green 46 ◦ blue 138

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

Shades of Vivid Violet #882E8A

Tints of Vivid Violet #882E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.13%

R = 42.5%
G = 14.38%
B = 43.13%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#882E8A (or 0x882E8A) is known color: Vivid Violet. HEX triplet: 88, 2E and 8A. RGB value is (136,46,138). Sum of RGB (Red+Green+Blue) = 136+46+138=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #882E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882E8A is #77D175. Grayscale: #535353. Windows color (decimal): -7852406 or 9055880. OLE color: 9055880.

HSL color Cylindrical-coordinate representation of color #882E8A: hue angle of 298.7º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882E8A is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 46 138 -
CMYK 0.01 0.67 0 0.46
HSL 298.7º 0.5% 0.36% -
HSV(B) 298.7º 0.67% 0.54% -
XYZ 15.72 9.02 24.96 -
YUV 83.4 158.82 165.52 -
System Red Green Blue C M Y K H S L
Decimal 136 46 138 0.01 0.67 0 0.46 298.7 0.5 0.36
Hex 88 2E 8A 1 43 0 2E 12B 32 24
Octal 210 56 212 1 103 0 56 453 62 44
Binary 10001000 101110 10001010 1 1000011 0 101110 100101011 110010 100100

Color Harmonies of #882E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E8A

Black with #882E8A

Text Example


Text Example

White with #882E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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