Html Css Color HEX #88498D Vivid Violet

📋 copy color: '#88498D'

red 136 ◦ green 73 ◦ blue 141

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

Shades of Vivid Violet #88498D

Tints of Vivid Violet #88498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 38.86%
G = 20.86%
B = 40.29%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88498D (or 0x88498D) is known color: Vivid Violet. HEX triplet: 88, 49 and 8D. RGB value is (136,73,141). Sum of RGB (Red+Green+Blue) = 136+73+141=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #88498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88498D is #77B672. Grayscale: #636363. Windows color (decimal): -7845491 or 9259400. OLE color: 9259400.

HSL color Cylindrical-coordinate representation of color #88498D: hue angle of 295.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #88498D is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 73 141 -
CMYK 0.04 0.48 0 0.45
HSL 295.59º 0.32% 0.42% -
HSV(B) 295.59º 0.48% 0.55% -
XYZ 17.34 11.92 26.59 -
YUV 99.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 136 73 141 0.04 0.48 0 0.45 295.59 0.32 0.42
Hex 88 49 8D 4 30 0 2D 128 20 2A
Octal 210 111 215 4 60 0 55 450 40 52
Binary 10001000 1001001 10001101 100 110000 0 101101 100101000 100000 101010

Color Harmonies of #88498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88498D

Black with #88498D

Text Example


Text Example

White with #88498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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