Html Css Color HEX #88498E Vivid Violet

📋 copy color: '#88498E'

red 136 ◦ green 73 ◦ blue 142

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

Shades of Vivid Violet #88498E

Tints of Vivid Violet #88498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 38.75%
G = 20.8%
B = 40.46%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88498E (or 0x88498E) is known color: Vivid Violet. HEX triplet: 88, 49 and 8E. RGB value is (136,73,142). Sum of RGB (Red+Green+Blue) = 136+73+142=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #88498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88498E is #77B671. Grayscale: #636363. Windows color (decimal): -7845490 or 9324936. OLE color: 9324936.

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

Color convert

RGB 136 73 142 -
CMYK 0.04 0.49 0 0.44
HSL 294.78º 0.32% 0.42% -
HSV(B) 294.78º 0.49% 0.56% -
XYZ 17.42 11.95 26.98 -
YUV 99.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 136 73 142 0.04 0.49 0 0.44 294.78 0.32 0.42
Hex 88 49 8E 4 31 0 2C 127 20 2A
Octal 210 111 216 4 61 0 54 447 40 52
Binary 10001000 1001001 10001110 100 110001 0 101100 100100111 100000 101010

Color Harmonies of #88498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88498E

Black with #88498E

Text Example


Text Example

White with #88498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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