Html Css Color HEX #88499C Vivid Violet

📋 copy color: '#88499C'

red 136 ◦ green 73 ◦ blue 156

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

Shades of Vivid Violet #88499C

Tints of Vivid Violet #88499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

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

R = 37.26%
G = 20%
B = 42.74%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88499C (or 0x88499C) is known color: Vivid Violet. HEX triplet: 88, 49 and 9C. RGB value is (136,73,156). Sum of RGB (Red+Green+Blue) = 136+73+156=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #88499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88499C is #77B663. Grayscale: #656565. Windows color (decimal): -7845476 or 10242440. OLE color: 10242440.

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

Color convert

RGB 136 73 156 -
CMYK 0.13 0.53 0 0.39
HSL 285.54º 0.36% 0.45% -
HSV(B) 285.54º 0.53% 0.61% -
XYZ 18.54 12.4 32.87 -
YUV 101.3 158.87 152.75 -
System Red Green Blue C M Y K H S L
Decimal 136 73 156 0.13 0.53 0 0.39 285.54 0.36 0.45
Hex 88 49 9C D 35 0 27 11E 24 2D
Octal 210 111 234 15 65 0 47 436 44 55
Binary 10001000 1001001 10011100 1101 110101 0 100111 100011110 100100 101101

Color Harmonies of #88499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88499C

Black with #88499C

Text Example


Text Example

White with #88499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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