#883685

Color #883685 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #883685

Tints of Vivid Violet #883685

Color information

#883685 (or 0x883685) is unknown color: approx Vivid Violet. HEX triplet: 88, 36 and 85. RGB value is (136,54,133). Sum of RGB (Red+Green+Blue) = 136+54+133=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #883685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883685 is #77C97A. Grayscale: #575757. Windows color (decimal): -7850363 or 8730248. OLE color: 8730248.

HSL color Cylindrical-coordinate representation of color #883685: hue angle of 302.2º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883685 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13654133-
CMYK00.600.020.47
HSL302.2º43.16%37.25%-
HSV(B)302.2º60.29%53.33%-
XYZ15.719.5723.21-
YUV87.52153.67162.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 54 (21.48% from 255) = 16.72%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=42.11%
G=16.72%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365413300.600.020.47302.243.1637.25
Hex88368503C22F12e2b25
Octal210662050742574565345
Binary1000100011011010000101011110010101111100101110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883685; }

 p { color: rgb(136,54,133); }

 H1.HeaderClassName
 {
   color: #883685;
 }
 .AnyTagClassName
 {
   color: #883685;
 }
</style>
background-color css

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

 a { background-color: rgb(136,54,133); }

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

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

 span { border-color: rgb(136,54,133); }

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