Html Css Color HEX #88499B Vivid Violet

📋 copy color: '#88499B'

red 136 ◦ green 73 ◦ blue 155

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

Shades of Vivid Violet #88499B

Tints of Vivid Violet #88499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 37.36%
G = 20.05%
B = 42.58%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88499B (or 0x88499B) is known color: Vivid Violet. HEX triplet: 88, 49 and 9B. RGB value is (136,73,155). Sum of RGB (Red+Green+Blue) = 136+73+155=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #88499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88499B is #77B664. Grayscale: #646464. Windows color (decimal): -7845477 or 10176904. OLE color: 10176904.

HSL color Cylindrical-coordinate representation of color #88499B: hue angle of 286.1º 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 #88499B is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 73 155 -
CMYK 0.12 0.53 0 0.39
HSL 286.1º 0.36% 0.45% -
HSV(B) 286.1º 0.53% 0.61% -
XYZ 18.45 12.37 32.42 -
YUV 101.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 136 73 155 0.12 0.53 0 0.39 286.1 0.36 0.45
Hex 88 49 9B C 35 0 27 11E 24 2D
Octal 210 111 233 14 65 0 47 436 44 55
Binary 10001000 1001001 10011011 1100 110101 0 100111 100011110 100100 101101

Color Harmonies of #88499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88499B

Black with #88499B

Text Example


Text Example

White with #88499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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