Html Css Color HEX #88349C Vivid Violet

📋 copy color: '#88349C'

red 136 ◦ green 52 ◦ blue 156

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

Shades of Vivid Violet #88349C

Tints of Vivid Violet #88349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.12%

 BLUE value IS 156 (61.33% from 255) = 45.35%

R = 39.53%
G = 15.12%
B = 45.35%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88349C (or 0x88349C) is known color: Vivid Violet. HEX triplet: 88, 34 and 9C. RGB value is (136,52,156). Sum of RGB (Red+Green+Blue) = 136+52+156=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #88349C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88349C is #77CB63. Grayscale: #585858. Windows color (decimal): -7850852 or 10237064. OLE color: 10237064.

HSL color Cylindrical-coordinate representation of color #88349C: hue angle of 288.46º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88349C is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 52 156 -
CMYK 0.13 0.67 0 0.39
HSL 288.46º 0.5% 0.41% -
HSV(B) 288.46º 0.67% 0.61% -
XYZ 17.38 10.09 32.48 -
YUV 88.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 136 52 156 0.13 0.67 0 0.39 288.46 0.5 0.41
Hex 88 34 9C D 43 0 27 120 32 29
Octal 210 64 234 15 103 0 47 440 62 51
Binary 10001000 110100 10011100 1101 1000011 0 100111 100100000 110010 101001

Color Harmonies of #88349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88349C

Black with #88349C

Text Example


Text Example

White with #88349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88349C; }

 p { color: rgb(136,52,156); }

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

background-color css

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

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

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

border-color css

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

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

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