Html Css Color HEX #885099 Vivid Violet

📋 copy color: '#885099'

red 136 ◦ green 80 ◦ blue 153

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

Shades of Vivid Violet #885099

Tints of Vivid Violet #885099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 36.86%
G = 21.68%
B = 41.46%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#885099 (or 0x885099) is known color: Vivid Violet. HEX triplet: 88, 50 and 99. RGB value is (136,80,153). Sum of RGB (Red+Green+Blue) = 136+80+153=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #885099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885099 is #77AF66. Grayscale: #686868. Windows color (decimal): -7843687 or 10047624. OLE color: 10047624.

HSL color Cylindrical-coordinate representation of color #885099: hue angle of 286.03º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #885099 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 80 153 -
CMYK 0.11 0.48 0 0.4
HSL 286.03º 0.31% 0.46% -
HSV(B) 286.03º 0.48% 0.6% -
XYZ 18.77 13.27 31.71 -
YUV 105.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 136 80 153 0.11 0.48 0 0.4 286.03 0.31 0.46
Hex 88 50 99 B 30 0 28 11E 1F 2E
Octal 210 120 231 13 60 0 50 436 37 56
Binary 10001000 1010000 10011001 1011 110000 0 101000 100011110 11111 101110

Color Harmonies of #885099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885099

Black with #885099

Text Example


Text Example

White with #885099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885099; }

 p { color: rgb(136,80,153); }

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

background-color css

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

 a { background-color: rgb(136,80,153); }

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

border-color css

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

 span { border-color: rgb(136,80,153); }

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