Html Css Color HEX #88329D Vivid Violet

📋 copy color: '#88329D'

red 136 ◦ green 50 ◦ blue 157

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

Shades of Vivid Violet #88329D

Tints of Vivid Violet #88329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

 BLUE value IS 157 (61.72% from 255) = 45.77%

R = 39.65%
G = 14.58%
B = 45.77%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88329D (or 0x88329D) is known color: Vivid Violet. HEX triplet: 88, 32 and 9D. RGB value is (136,50,157). Sum of RGB (Red+Green+Blue) = 136+50+157=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #88329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88329D is #77CD62. Grayscale: #575757. Windows color (decimal): -7851363 or 10302088. OLE color: 10302088.

HSL color Cylindrical-coordinate representation of color #88329D: hue angle of 288.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88329D is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 50 157 -
CMYK 0.13 0.68 0 0.38
HSL 288.22º 0.52% 0.41% -
HSV(B) 288.22º 0.68% 0.62% -
XYZ 17.38 9.95 32.9 -
YUV 87.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 136 50 157 0.13 0.68 0 0.38 288.22 0.52 0.41
Hex 88 32 9D D 44 0 26 120 34 29
Octal 210 62 235 15 104 0 46 440 64 51
Binary 10001000 110010 10011101 1101 1000100 0 100110 100100000 110100 101001

Color Harmonies of #88329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88329D

Black with #88329D

Text Example


Text Example

White with #88329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88329D; }

 p { color: rgb(136,50,157); }

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

background-color css

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

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

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

border-color css

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

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

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